From 157e2a29828f2ddbdf32e1c9e565b13e5e732e34 Mon Sep 17 00:00:00 2001 From: oroborus Date: Thu, 3 Jul 2008 15:19:08 +0000 Subject: - predene zvuky zbrani revolver a samopal - server config sa vie spravne vysporiadat s mederami v subore server.conf - upraveny kod pre bigAreny - nova funkcia pre odstranovanie vsektch poloziek vo widget_select - screen_browser duplicitne nenacitava obrazok zo suboru - server si indexuje clientov na zaklade ich zdrojoveho portu ( ja viem, ze je to pstrosi alogritmus, ale aj tak predtym server identifikoval clientov podla ich zdrojoveho portu len ich podla toho neindexoval ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@89 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/tux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/tux.c') diff --git a/src/base/tux.c b/src/base/tux.c index cd7cd4a..9d34cc9 100644 --- a/src/base/tux.c +++ b/src/base/tux.c @@ -230,6 +230,7 @@ void replaceTuxID(tux_t *tux, int id) tux->id = id; } +#if 0 int isTuxSeesTux(tux_t *tux, tux_t *thisTux) { int tux_x, tux_y, tux_w, tux_h; @@ -244,6 +245,7 @@ int isTuxSeesTux(tux_t *tux, tux_t *thisTux) return conflictSpace(screen_x-WINDOW_SIZE_X/4, screen_y-WINDOW_SIZE_Y/4, WINDOW_SIZE_X*1.25, WINDOW_SIZE_Y*1.25, thisTux_x, thisTux_y, thisTux_w, thisTux_h); } +#endif static void timer_spawnTux(void *p) { -- cgit v1.2.3