summaryrefslogtreecommitdiff
path: root/src/screen/screen_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/screen_world.c')
-rw-r--r--src/screen/screen_world.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen/screen_world.c b/src/screen/screen_world.c
index a2d0baf..eb91554 100644
--- a/src/screen/screen_world.c
+++ b/src/screen/screen_world.c
@@ -497,6 +497,8 @@ void startWorld()
setGameType();
initChat();
prepareArena();
+
+ activeSlowHack(); // !!!
}
static void action_analyze(space_t * space, tux_t * tux, void *p)