diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-06 21:27:30 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-06 21:27:30 +0000 |
| commit | 24eaa3195f6f7ab7f8dbf68ba6ccb5340df7d2a8 (patch) | |
| tree | 95e2eb3410bc67b2433d87e9d5ef8a6eaed8cd99 /src/base/tux.c | |
| parent | 45a3bb2fa9515cfc487653c31abf630f83881026 (diff) | |
- oprava warnningov
- tux zomrie ked pri nom vybuchne bomba
- AI videt na radare
- server si nacitava konfiguraciu z /etc/tuxanci-ng-server/server.conf
git-svn-id: http://opensvn.csie.org/tuxanci_ng@113 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/tux.c')
| -rw-r--r-- | src/base/tux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/tux.c b/src/base/tux.c index e954fec..5907a49 100644 --- a/src/base/tux.c +++ b/src/base/tux.c @@ -483,7 +483,7 @@ void eventConflictTuxWithShot(arena_t *arena) void moveTux(tux_t *tux, int n) { - int px, py; + int px = 0, py = 0; // no warninng int zal_x, zal_y; int new_x, new_y; int w, h; @@ -756,7 +756,7 @@ void eventListTux(list_t *listTux) #endif pickUpGun(thisTux); eventBonus(thisTux); - //eventGiveTuxListItem(thisTux, arena->spaceItem); + eventGiveTuxListItem(thisTux, arena->spaceItem); } } |