1
0
Fork 0

Don't fix what ain't broke.

This commit is contained in:
durk 2007-05-25 07:20:41 +00:00
parent ca69697ca6
commit 5b6e0f6cc1
2 changed files with 1 additions and 2 deletions

View file

@ -188,7 +188,6 @@
#define HAVE_MEMORY_H 1
#define HAVE_MEMCPY 1
#define NOMINMAX 1
#ifndef ENABLE_AUDIO_SUPPORT
#define ENABLE_AUDIO_SUPPORT

View file

@ -174,7 +174,7 @@ void FGTrafficManager::update(double /*dt*/)
runCount++;
return;
}
runCount = 0;
//runCount = 0;
time_t now = time(NULL) + fgGetLong("/sim/time/warp");
if (scheduledAircraft.size() == 0) {
//SG_LOG( SG_GENERAL, SG_INFO, "Returned Running TrafficManager::Update() ");