X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInfotrons.c;h=49d23c5cd19d1999d2375062e88d40eaa5b8bf44;hp=aae2d00e24857695cd757f6ccad18c140d5a1993;hb=949580a3bafe5c8abd1fac99202411b65900b883;hpb=d442dd6ca65b694c37fbd3c93505644fe8478263 diff --git a/src/game_sp/Infotrons.c b/src/game_sp/Infotrons.c index aae2d00e..49d23c5c 100644 --- a/src/game_sp/Infotrons.c +++ b/src/game_sp/Infotrons.c @@ -173,7 +173,19 @@ loc_g_1242: // infotron comes falling from above if (ax == fiOrangeDisk) // orange disk hit goto loc_g_1386; +#if 1 + +#if 1 + // play the infotron sound, 'cause infotron hits something "hard" + subSoundFX(si, fiInfotron, actImpact); +#else + // play the zonk sound, 'cause zonk hits something "hard" + subSoundFX(si, fiZonk, actImpact); +#endif + +#else subSoundFXZonk(); // play the zonk sound,'cause zonk hits something "hard" +#endif if (! (ax == fiZonk || ax == fiInfotron || ax == fiRAM)) return subAnimateInfotrons;