diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-26 20:42:25 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-26 20:42:25 +0000 |
| commit | d9e265975297fb712213fbbf12c43b6ca68fc846 (patch) | |
| tree | db35124a91b29b4489820cecc5aaf1ae0020929a /include/screen_world.h | |
| parent | d783595135ca768ae14f08aa4033dea35ed0458b (diff) | |
par drobnych uprav, casovac je nastaveny na 50ms aby to nezralo procak
git-svn-id: http://opensvn.csie.org/tuxanci_ng@5 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/screen_world.h')
| -rw-r--r-- | include/screen_world.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/screen_world.h b/include/screen_world.h index 3ce7cc7..937e0a2 100644 --- a/include/screen_world.h +++ b/include/screen_world.h @@ -7,6 +7,8 @@ #include "tux.h" #include "arena.h" +#define TIMER_END_ARENA 5000 + extern bool_t isScreenWorldInicialized(); extern void initWorld(); extern arena_t* getWorldArena(); |