From 09818dfdc1e746672b35b1813f2d80b0408616e9 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 16 Nov 2013 02:12:26 +0000 Subject: [PATCH] - added a warning code comment to avoid this in the future --- source/glest_game/world/world.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/glest_game/world/world.cpp b/source/glest_game/world/world.cpp index 606e2949..a0a09b7e 100644 --- a/source/glest_game/world/world.cpp +++ b/source/glest_game/world/world.cpp @@ -648,6 +648,7 @@ void World::updateAllFactionUnits() { if(workThreadsFinished == true) { break; } + // WARNING... Sleep in here causes the server to lag a bit //if(chrono.getMillis() % 5 == 0) { // sleep(0); //}