summaryrefslogtreecommitdiff
path: root/src/gun.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/gun.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/gun.c')
-rw-r--r--src/gun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun.c b/src/gun.c
index 6938a88..1fd1bf1 100644
--- a/src/gun.c
+++ b/src/gun.c
@@ -223,7 +223,7 @@ static void putInGunMine(tux_t *tux)
if( isFreeSpace(x, y, ITEM_MINE_WIDTH, ITEM_MINE_HEIGHT) )
{
- addList(arena->listItem, newItem(x, y, ITEM_MINE) );
+ addList(arena->listItem, newItem(x, y, ITEM_MINE, tux) );
tux->shot[tux->gun]--;
}
}