aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-17 08:12:33 +0100
committern0n4m3 <none@none>2009-12-17 08:12:33 +0100
commiteb424ec2922be6469285049c597707442d8daed1 (patch)
tree190490f1087b2d50e0c1075115ca2491548c44f4
parent863fca80ebbc58af7377c10b322dae3758e40533 (diff)
Change WORLD_SLEEP_CONST to 50ms
--HG-- branch : trunk
-rw-r--r--src/trinitycore/WorldRunnable.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp
index 314118be06d..67ffe7c474e 100644
--- a/src/trinitycore/WorldRunnable.cpp
+++ b/src/trinitycore/WorldRunnable.cpp
@@ -33,11 +33,7 @@
#include "Timer.h"
#include "WorldRunnable.h"
-#if (defined(WIN32) || defined(SHORT_SLEEP))
#define WORLD_SLEEP_CONST 50
-#else
-#define WORLD_SLEEP_CONST 100 //Is this still needed?? [On linux some time ago not working 50ms]
-#endif
#ifdef WIN32
#include "ServiceWin32.h"