summaryrefslogtreecommitdiff
path: root/src/client/game.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-23 11:44:09 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-23 11:44:09 +0000
commitc30b18c500bd0abb3362df66448febda36ff80d0 (patch)
tree10d762326878e5991eac9d7c788cde2f3b0d0fd2 /src/client/game.c
parent9c72004fada0af13e4c9b4682c733056a777dc59 (diff)
- hotKey API
- screen-split sa da prepinat klavesou [F3] - TCP pouziva v setsockopt parameter SO_REUSEADDR git-svn-id: http://opensvn.csie.org/tuxanci_ng@243 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/game.c')
-rw-r--r--src/client/game.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/game.c b/src/client/game.c
index faf89bb..b0d2322 100644
--- a/src/client/game.c
+++ b/src/client/game.c
@@ -48,7 +48,6 @@ static void initGame()
initSDL();
initFont(FONT_FILE , FONT_SIZE);
initLayer();
- initArena();
initImageData();
#ifndef NO_SOUND
initAudio();