X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInfotrons.c;h=ecf29af4889bf3170abfd605dcf6b82f1f133390;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=c671c606deed2fd314208e532cc3ca8961475c98;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d;p=rocksndiamonds.git diff --git a/src/game_sp/Infotrons.c b/src/game_sp/Infotrons.c index c671c606..ecf29af4 100644 --- a/src/game_sp/Infotrons.c +++ b/src/game_sp/Infotrons.c @@ -164,19 +164,8 @@ 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;