From 624dc92039151520f8f196a640e9b175f684959a Mon Sep 17 00:00:00 2001 From: stpohle Date: Thu, 4 Sep 2003 21:40:27 +0000 Subject: [PATCH] again some more changes. --- src/bomb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bomb.c b/src/bomb.c index ceff432..ed4c68b 100644 --- a/src/bomb.c +++ b/src/bomb.c @@ -1,4 +1,4 @@ -/* $Id: bomb.c,v 1.44 2003/09/04 20:18:21 stpohle Exp $ */ +/* $Id: bomb.c,v 1.45 2003/09/04 21:40:27 stpohle Exp $ */ /* everything what have to do with the bombs */ #include "bomberclone.h" @@ -139,8 +139,8 @@ bomb_move (_bomb * bomb) keepdir = 0; bomb->dest.x = -bomb->dest.x; bomb->dest.y = -bomb->dest.y; - map.bfield[b.x][b.y] = 0; map.bfield[b.x+bomb->dest.x][b.y+bomb->dest.y] = 1; + map.bfield[b.x][b.y] = 0; } else { /* stop moving this bomb */