From 554234f4f238305ee82504bdbb51096efaea74f0 Mon Sep 17 00:00:00 2001 From: oroborus Date: Mon, 28 Jul 2008 16:33:48 +0000 Subject: - moduly si medzi sebou mozu exportovat a imporotvat funkcie - na premiestnovanie striel a tuxov v moduloch modPipe a modTetelport sa pouzivaju funkcie z modulu modMove - uhladeny kod v module.c ;) git-svn-id: http://opensvn.csie.org/tuxanci_ng@176 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/game.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/game.c') diff --git a/src/client/game.c b/src/client/game.c index 8cc1a3b..0a8caf0 100644 --- a/src/client/game.c +++ b/src/client/game.c @@ -56,7 +56,6 @@ static void initGame() initLayer(); initFont(getLanguageFont(), getLanguageSize()); - initKeyTable(); initImageData(); #ifndef NO_SOUND initAudio(); @@ -86,7 +85,6 @@ void quitGame() quitSDL(); quitLayer(); quitFont(); - quitKeyTable(); quitLanguage(); quitScreen(); quitArenaFile(); -- cgit v1.2.3