summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/game.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/game.c b/src/client/game.c
index b0d2322..68b88d7 100644
--- a/src/client/game.c
+++ b/src/client/game.c
@@ -36,6 +36,7 @@
#include "screen_setting.h"
#include "screen_settingKeys.h"
#include "screen_gameType.h"
+#include "screen_downArena.h"
#include "screen_choiceArena.h"
#include "screen_table.h"
#include "screen_credits.h"
@@ -68,6 +69,7 @@ static void initGame()
initScreenSetting();
initScreenSettingKeys();
initScreenGameType();
+ initScreenDownArena();
initScreenCredits();
initScreenTable();
initScreenBrowser();
@@ -82,6 +84,7 @@ void quitGame()
quitScreenSetting();
quitScreenSettingKeys();
quitScreenGameType();
+ quitScreenDownArena();
quitScreenChoiceArena();
quitScreenCredits();
quitScreenTable();