svn-id: r11620
This commit is contained in:
Max Horn 2003-12-13 21:06:47 +00:00
parent 32d044d302
commit 80aac33327
2 changed files with 3 additions and 3 deletions

View file

@ -98,8 +98,8 @@ bool Player::startSound(int sound, MidiDriver *midi, bool passThrough) {
// but we'll go ahead and do a similar check.
ptr = _se->findStartOfSound(sound);
if (!ptr) {
warning("Player::startSound(): Couldn't find start of sound %d!", sound);
return false;
warning("Player::startSound(): Couldn't find start of sound %d!", sound);
return false;
}
_isMT32 = _se->isMT32(sound);