diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-24 17:47:55 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-24 17:47:55 +0000 |
| commit | 382ea7b9f7dfba75c848eb2d125491d03a7eb022 (patch) | |
| tree | 82aae8b2a92377062af22ccb221314c2f69755f0 /src/base/arena.c | |
| parent | be53a2984bbf075915cbf6240a913cd424fc2136 (diff) | |
- v tux.h bola defkaracia 6 funckii, kotre som zrusil ( odstranil som ich )
- kod sa da skompilovat ako server
- odstranenie blbeho printf debug info
git-svn-id: http://opensvn.csie.org/tuxanci_ng@249 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/arena.c')
| -rw-r--r-- | src/base/arena.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/base/arena.c b/src/base/arena.c index 6b7cff5..67f67e4 100644 --- a/src/base/arena.c +++ b/src/base/arena.c @@ -11,9 +11,9 @@ #include "item.h" #include "myTimer.h" #include "modules.h" -#include "hotKey.h" #ifndef PUBLIC_SERVER +#include "hotKey.h" #include "screen_world.h" #include "screen_setting.h" #include "layer.h" @@ -44,6 +44,7 @@ void hotkey_splitArena() } } +#ifndef PUBLIC_SERVER void initArena() { splitType = SCREEN_SPLIT_VERTICAL; @@ -67,6 +68,7 @@ void quitArena() { unregisterHotKey(SDLK_F3); } +#endif arena_t* newArena(int w, int h) { |