From 8a14d60d2078b4bcdfc789b1b9794e2008979f02 Mon Sep 17 00:00:00 2001 From: oroborus Date: Sat, 1 Mar 2008 21:30:00 +0000 Subject: - screen na vyberanie aren - areny z povodnych tuxancov boli prescriptovane do tuxanci-ng, treba este dopisat teleporty a rury git-svn-id: http://opensvn.csie.org/tuxanci_ng@7 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/main.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index e6fb709..dad0ea4 100644 --- a/src/main.c +++ b/src/main.c @@ -13,6 +13,7 @@ #include "screen_analyze.h" #include "screen_setting.h" #include "screen_gameType.h" +#include "screen_choiceArena.h" #include "wall.h" #include "shot.h" #include "panel.h" @@ -46,6 +47,7 @@ static void init() initScreenAnalyze(); initScreenSetting(); initScreenGameType(); + initScreenChoiceArena(); } void quit() @@ -68,6 +70,9 @@ void quit() quitScreenAnalyze(); quitScreenSetting(); quitScreenGameType(); + quitScreenChoiceArena(); + + printf("quit..\n"); exit(0); } @@ -126,6 +131,8 @@ int main(int argc, char *argv[]) { srand( (unsigned) time(NULL) ); + printf("dist dir = %s\n", DISTDIR); + my_argc = argc; my_argv = argv; -- cgit v1.2.3