*** empty log message ***

This commit is contained in:
Joe Shochet 2001-04-26 06:17:06 +00:00
parent 6be49f004e
commit 98f7734289
1 changed files with 1 additions and 1 deletions

View File

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