From e5120505b21ff38dc25efcad129a440bbfa9996d Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 28 May 2008 19:25:15 +0000 Subject: - zrychlenie hry, bez toho aby sa menila rychlost hlavneho casovaca - oprava chyby v ID managery - ID manager spravuje ID-y pre vsetky objekty git-svn-id: http://opensvn.csie.org/tuxanci_ng@55 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/screen_world.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/screen_world.c') diff --git a/src/screen_world.c b/src/screen_world.c index c90b419..c1211f3 100644 --- a/src/screen_world.c +++ b/src/screen_world.c @@ -341,7 +341,7 @@ void eventWorld() eventNetMultiplayer(); eventArena(arena); - eventModule(); + //eventModule(); eventTerm(); eventEnd(); @@ -356,6 +356,7 @@ void startWorld() count = 0; lastServerLag = LAG_SERVER_UNKNOWN; + initListID(); initModule(); setGameType(); initTerm(); @@ -421,6 +422,7 @@ void stoptWorld() delAllImageInGroup(IMAGE_GROUP_USER); delAllMusicInGroup(MUSIC_GROUP_USER); quitModule(); + quitListID(); } void initWorld() -- cgit v1.2.3