From 382ea7b9f7dfba75c848eb2d125491d03a7eb022 Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 24 Aug 2008 17:47:55 +0000 Subject: - 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 --- src/base/arena.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/base/arena.c') 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) { -- cgit v1.2.3