diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-08 20:19:05 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-08 20:19:05 +0000 |
| commit | da85e88878251f6a980fef95bd47109169a3cf7c (patch) | |
| tree | 83b8b61c4afad0f6ccbb7940176a03f3ad4d2dc5 /src/main.c | |
| parent | f8bc51b580a5b9a8445f38b614a87209c074143a (diff) | |
- hra si vytvara domovskt adresar
- moznost ulozit konfiguraciu
- lasserove streli boli lepsie posunute
git-svn-id: http://opensvn.csie.org/tuxanci_ng@12 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include "screen_gameType.h" #include "screen_choiceArena.h" #include "screen_credits.h" +#include "homeDirector.h" #include "wall.h" #include "shot.h" #include "panel.h" @@ -30,6 +31,8 @@ static char **my_argv; static void init() { + createHomeDirector(); + initSDL(); initLayer(); initFont("DejaVuSans.ttf", 16); |