|
@@ -276,7 +276,7 @@ class ShowBase:
|
|
|
if base.wantMusic:
|
|
if base.wantMusic:
|
|
|
if not interupt:
|
|
if not interupt:
|
|
|
if not (music.status() == AudioSound.PLAYING):
|
|
if not (music.status() == AudioSound.PLAYING):
|
|
|
- AudioManager.plsy(music, time)
|
|
|
|
|
|
|
+ AudioManager.play(music, time)
|
|
|
else:
|
|
else:
|
|
|
AudioManager.play(music, time)
|
|
AudioManager.play(music, time)
|
|
|
if looping:
|
|
if looping:
|