X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FExplosions.c;h=867cc27302cf73db8101aa10168b972730bc28d8;hp=4eded7b3444ea83a03b8e37d4143ec92ad692033;hb=c60227514289cd7d512539785bb2fe47d30db51a;hpb=1e422c29292f0583391b0ce9e9c872b38f035ac0 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]);