diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-28 16:33:48 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-28 16:33:48 +0000 |
| commit | 554234f4f238305ee82504bdbb51096efaea74f0 (patch) | |
| tree | d3ca5826ff970de0abbcb96a370a8adcac80744d /src/client | |
| parent | f1fca3a63e37866dbcc84ffbf5927697fc60c263 (diff) | |
- 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
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/game.c | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |