rnd-20100624-2-src
[rocksndiamonds.git] / src / game_sp / Explosions.c
index 4eded7b3444ea83a03b8e37d4143ec92ad692033..867cc27302cf73db8101aa10168b972730bc28d8 100644 (file)
@@ -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]);