From 6ff7334359c548d969327ce6a44c75f1c24c4c85 Mon Sep 17 00:00:00 2001 From: patty21 Date: Mon, 2 Jun 2003 23:10:05 +0000 Subject: [PATCH] trigger bomb is now animated last 5 secs --- src/bomb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bomb.c b/src/bomb.c index 3acc701..fd440cc 100644 --- a/src/bomb.c +++ b/src/bomb.c @@ -14,7 +14,7 @@ draw_bomb (_bomb * bomb) int x=bomb->pos.x >> 8, y= bomb->pos.y >> 8; - if (bomb->state != BS_trigger) { + if (bomb->state != BS_trigger || ((bomb->state == BS_trigger) && (bomb->toframeto-- == 0) { bomb->frameto = ANI_BOMBTIMEOUT;