diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-03 15:19:08 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-03 15:19:08 +0000 |
| commit | 157e2a29828f2ddbdf32e1c9e565b13e5e732e34 (patch) | |
| tree | 5c895536cd4771a12380dc37e76f3891d3ddd385 /src/base/tux.c | |
| parent | 47d56153f243424c0074874c8db1b6cec2365344 (diff) | |
- 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
Diffstat (limited to 'src/base/tux.c')
| -rw-r--r-- | src/base/tux.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |