]> git.mxchange.org Git - flightgear.git/commitdiff
Don't fix what ain't broke.
authordurk <durk>
Fri, 25 May 2007 07:20:41 +0000 (07:20 +0000)
committerdurk <durk>
Fri, 25 May 2007 07:20:41 +0000 (07:20 +0000)
src/Include/config.h-msvc8
src/Traffic/TrafficMgr.cxx

index 0fd967e68acadbba093a487c07032d50c76965ae..d30ede6a9e6e5f84ed6bd7fdbd34fa4a0a1a84f7 100755 (executable)
 #define HAVE_MEMORY_H 1
 
 #define HAVE_MEMCPY 1
-#define NOMINMAX 1
 
 #ifndef ENABLE_AUDIO_SUPPORT
 #define  ENABLE_AUDIO_SUPPORT
index 70e8af64491c3e94e7654255e19846fe426b8b5c..d4bf83fbb0d6d07e4de84cd83698b5232c4193d0 100644 (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() ");