aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/WorldRunnable.cpp
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-31 16:14:42 +0100
committerBlaymoira <none@none>2008-12-31 16:14:42 +0100
commite94249cd456826c53a3915dc825634938fa2da3e (patch)
treee9644c7882faf8615843239382f5032aff4b76e6 /src/trinitycore/WorldRunnable.cpp
parent2a4ef556e4552209950fe1faf0b18e74842f4d9d (diff)
*Changed default settings
*Make configurable the short world sleep time on Linux - by XTZGZoReX --HG-- branch : trunk
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
-rw-r--r--src/trinitycore/WorldRunnable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp
index b57dbc6bce2..3edb96c2e8b 100644
--- a/src/trinitycore/WorldRunnable.cpp
+++ b/src/trinitycore/WorldRunnable.cpp
@@ -32,10 +32,10 @@
#include "Database/DatabaseEnv.h"
-#ifdef WIN32
+#if (defined(SHORT_SLEEP) || defined(WIN32))
#define WORLD_SLEEP_CONST 50
#else
-#define WORLD_SLEEP_CONST 100 //Is this still needed?? [On linux some time ago not working 50ms]
+#define WORLD_SLEEP_CONST 100 //Is this still needed?? [On linux some time ago not working 50ms]
#endif
/// Heartbeat for the World