Don't fix what ain't broke.
This commit is contained in:
parent
ca69697ca6
commit
5b6e0f6cc1
2 changed files with 1 additions and 2 deletions
|
@ -188,7 +188,6 @@
|
|||
#define HAVE_MEMORY_H 1
|
||||
|
||||
#define HAVE_MEMCPY 1
|
||||
#define NOMINMAX 1
|
||||
|
||||
#ifndef ENABLE_AUDIO_SUPPORT
|
||||
#define ENABLE_AUDIO_SUPPORT
|
||||
|
|
|
@ -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() ");
|
||||
|
|
Loading…
Add table
Reference in a new issue