X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_sp%2FExplosions.c;h=0d2ec1a0bf1996b163f54cd94ff0946bae1ef8ae;hb=949580a3bafe5c8abd1fac99202411b65900b883;hp=8983a3781b131c0889435dba76e7eafe57babb27;hpb=d442dd6ca65b694c37fbd3c93505644fe8478263;p=rocksndiamonds.git diff --git a/src/game_sp/Explosions.c b/src/game_sp/Explosions.c index 8983a378..0d2ec1a0 100644 --- a/src/game_sp/Explosions.c +++ b/src/game_sp/Explosions.c @@ -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)