X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FExplosions.c;h=867cc27302cf73db8101aa10168b972730bc28d8;hb=c60227514289cd7d512539785bb2fe47d30db51a;hp=4eded7b3444ea83a03b8e37d4143ec92ad692033;hpb=e51177796149f37de339bda83558c3c49758be93;p=rocksndiamonds.git diff --git a/src/game_sp/Explosions.c b/src/game_sp/Explosions.c index 4eded7b3..867cc273 100644 --- a/src/game_sp/Explosions.c +++ b/src/game_sp/Explosions.c @@ -136,7 +136,7 @@ static void LetExplodeFieldSP(int tsi, int cx, int dh) { int al; - if (tsi < (-FieldWidth)) + if (tsi < -FieldWidth) return; al = LowByte(PlayField16[tsi]);