Browse Source

now checks base.wantSfx instead of base.wantAnySound

Darren Ranalli 24 years ago
parent
commit
3e56a95e54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/interval/SoundInterval.py

+ 1 - 1
direct/src/interval/SoundInterval.py

@@ -27,7 +27,7 @@ class SoundInterval(Interval):
         # Record instance variables
         self.sound = sound
         self.loop = loop
-        self.wantSound = base.wantAnySound
+        self.wantSound = base.wantSfx
         # If no duration given use sound's duration as interval's duration
         if duration == 0.0:
             if self.wantSound: