summaryrefslogtreecommitdiff
path: root/src/tux.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-09 21:36:26 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-09 21:36:26 +0000
commit1438b79069821cba744a4ea4739324560be64fb6 (patch)
tree1229b2aca2937be2e838fb2d787ab31d83cd59c7 /src/tux.c
parentda85e88878251f6a980fef95bd47109169a3cf7c (diff)
- pridany doomovsky adresar
- moznost ulozit nastavenie - tabulka najlepsich - zabytie protigraca minou sa rata do bodov supera git-svn-id: http://opensvn.csie.org/tuxanci_ng@13 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/tux.c')
-rw-r--r--src/tux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tux.c b/src/tux.c
index 8180094..2f8c6fc 100644
--- a/src/tux.c
+++ b/src/tux.c
@@ -300,7 +300,7 @@ static void timer_spawnTux(void *p)
setTuxProportion(tux, x, y);
tux->gun = GUN_SIMPLE;
- addNewItem(arena->listItem);
+ addNewItem(arena->listItem, NULL);
if( getNetTypeGame() == NET_GAME_TYPE_SERVER )
{
@@ -365,7 +365,7 @@ void eventTuxIsDead(tux_t *tux)
}
}
-static void eventTuxIsDeadWIthShot(tux_t *tux,shot_t *shot)
+static void eventTuxIsDeadWIthShot(tux_t *tux, shot_t *shot)
{
shot->author->score++;
countRoundInc();