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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/base/tux.h') diff --git a/src/base/tux.h b/src/base/tux.h index 8a39cf9..c8f6e51 100644 --- a/src/base/tux.h +++ b/src/base/tux.h @@ -127,7 +127,6 @@ extern void eventListTux(list_t *listTux); extern tux_t* getTuxID(list_t *listTux, int id); extern void getTuxProportion(tux_t *tux, int *x,int *y, int *w, int *h); extern void replaceTuxID(tux_t *tux, int id); -extern int isTuxSeesTux(tux_t *tux, tux_t *thisTux); extern void setTuxProportion(tux_t *tux, int x, int y); extern void getStatusTux(void *p, int *id, int *x,int *y, int *w, int *h); extern void setStatusTux(void *p, int x, int y, int w, int h); -- cgit v1.2.3