From 3e56a95e5437a7dedfe09dfdcd3d54675ed61333 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Sat, 4 Aug 2001 02:59:08 +0000 Subject: [PATCH] now checks base.wantSfx instead of base.wantAnySound --- direct/src/interval/SoundInterval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/interval/SoundInterval.py b/direct/src/interval/SoundInterval.py index c0e2597408..e75b0e11b2 100644 --- a/direct/src/interval/SoundInterval.py +++ b/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: