summaryrefslogtreecommitdiff
path: root/src/client/game.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-22 16:37:04 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-22 16:37:04 +0000
commitb56004caaa4e1c2b682e5f3391239321acc41b8a (patch)
treef41e23c631b06ca160ff10717ce6ab702ccf06d7 /src/client/game.c
parent1e656ce31aca56aa802245b220850ebba6672d93 (diff)
- moznost nastavit ako sa ma screen splitnut tuxanci-svn --split-vertical alebo tuxanci-svn --split-horizontal
git-svn-id: http://opensvn.csie.org/tuxanci_ng@239 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/game.c')
-rw-r--r--src/client/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/game.c b/src/client/game.c
index b0d2322..faf89bb 100644
--- a/src/client/game.c
+++ b/src/client/game.c
@@ -48,6 +48,7 @@ static void initGame()
initSDL();
initFont(FONT_FILE , FONT_SIZE);
initLayer();
+ initArena();
initImageData();
#ifndef NO_SOUND
initAudio();