*** empty log message ***

This commit is contained in:
Dave Schuyler 2003-09-12 01:52:18 +00:00
parent 0f9617537b
commit 36c4acf134

View File

@ -203,7 +203,7 @@ play() {
// Start playing: // Start playing:
if (AIL_quick_play(_audio, _loop_count)) { if (AIL_quick_play(_audio, _loop_count)) {
panda_AIL_quick_set_finished_callback(_audio, this); panda_AIL_quick_set_finished_callback(_audio, this);
assert(status()==PLAYING); // assert(status()==PLAYING);
audio_debug(" started sound " << _file_name ); audio_debug(" started sound " << _file_name );
} else { } else {
audio_debug(" sound " << _file_name<<" failed to start, err: " <<AIL_last_error()); audio_debug(" sound " << _file_name<<" failed to start, err: " <<AIL_last_error());