rnd-20100313-1-src
[rocksndiamonds.git] / src / game_sp / Explosions.c
index 8983a3781b131c0889435dba76e7eafe57babb27..0d2ec1a0bf1996b163f54cd94ff0946bae1ef8ae 100644 (file)
@@ -154,7 +154,11 @@ void ExplodeFieldSP(int si)
   GfxGraphic[GetX(si)][GetY(si)] = -1;         // restart for chain-explosions
 
   // loc_g_2C3B:
+#if 1
+  subSoundFX(si, ax, actExploding);
+#else
   subSoundFXExplosion();
+#endif
 } // ExplodeFieldSP
 
 static void LetExplodeFieldSP(int tsi, int cx, int dh)