cleanup
svn-id: r11620
This commit is contained in:
parent
32d044d302
commit
80aac33327
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue