summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-02-26 20:42:25 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-02-26 20:42:25 +0000
commitd9e265975297fb712213fbbf12c43b6ca68fc846 (patch)
treedb35124a91b29b4489820cecc5aaf1ae0020929a /src/item.c
parentd783595135ca768ae14f08aa4033dea35ed0458b (diff)
par drobnych uprav, casovac je nastaveny na 50ms aby to nezralo procak
git-svn-id: http://opensvn.csie.org/tuxanci_ng@5 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/item.c b/src/item.c
index 188ad5b..970d903 100644
--- a/src/item.c
+++ b/src/item.c
@@ -346,6 +346,7 @@ void eventGiveTuxItem(tux_t *tux, list_t *listItem)
case GUN_SCATTER :
case GUN_LASSER :
case GUN_MINE :
+ tux->pickup_time = 0;
playSound("item_gun", SOUND_GROUP_BASE);
tux->shot[ thisItem->type ] += GUN_MAX_SHOT;
tux->gun = thisItem->type;