rnd-19981029-1
[rocksndiamonds.git] / src / sound.c
index 9ceeffcddc8bb6cc665a32d6dd5edc4bb977d399..8938750c5b6d490b009fa0765d03c7624f0899da 100644 (file)
@@ -738,7 +738,7 @@ void PlaySoundExt(int nr, int volume, int stereo, boolean loop)
 {
   struct SoundControl snd_ctrl = emptySoundControl;
 
-  if (sound_status==SOUND_OFF || !setup.sound_on)
+  if (sound_status==SOUND_OFF || !setup.sound)
     return;
 
   if (volume<PSND_MIN_VOLUME)