diff options
Diffstat (limited to 'src/tux.c')
| -rw-r--r-- | src/tux.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -352,6 +352,7 @@ void eventTuxIsDead(tux_t *tux) tux->bonus = BONUS_NONE; tux->bonus_time = 0; + tux->pickup_time = 0; tux->isCanShot = TRUE; tux->isCanSwitchGun = TRUE; |