summaryrefslogtreecommitdiff
path: root/src/tux.c
diff options
context:
space:
mode:
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 2c9c6a0..9672f28 100644
--- a/src/tux.c
+++ b/src/tux.c
@@ -679,8 +679,8 @@ static void eventBonus(tux_t *tux)
tux->bonus_time--;
}
- if( tux->bonus_time == 0 )
- {
+ if( tux->bonus_time == 0 && getNetTypeGame() != NET_GAME_TYPE_CLIENT )
+ {
if( tux->bonus == BONUS_GHOST )
{
int x, y, w, h;