diff options
author | Oliver Kiehl | 2002-11-13 16:37:05 +0000 |
---|---|---|
committer | Oliver Kiehl | 2002-11-13 16:37:05 +0000 |
commit | 127103f2d7e4dee26e709c7f916619c67b684836 (patch) | |
tree | 09a56cb82d89f258001ec32fc7275d4bcdc66cef | |
parent | 2ffeb62bfda8c7149b01e61571d90bdbe9e67ac4 (diff) | |
download | scummvm-rg350-127103f2d7e4dee26e709c7f916619c67b684836.tar.gz scummvm-rg350-127103f2d7e4dee26e709c7f916619c67b684836.tar.bz2 scummvm-rg350-127103f2d7e4dee26e709c7f916619c67b684836.zip |
changed warning to error
svn-id: r5539
-rw-r--r-- | simon/midi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp index 4c956cb18b..717093aaae 100644 --- a/simon/midi.cpp +++ b/simon/midi.cpp @@ -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'"); } } |