mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
changed warning to error
svn-id: r5539
This commit is contained in:
parent
2ffeb62bfd
commit
127103f2d7
@ -141,7 +141,7 @@ void MidiPlayer::read_one_song(File *in, Song *s, uint music)
|
||||
break;
|
||||
|
||||
default:
|
||||
warning("Midi song has no 'MThd'");
|
||||
error("Midi song has no 'MThd'");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user