aboutsummaryrefslogtreecommitdiff
path: root/simon/midi.cpp
diff options
context:
space:
mode:
authorTravis Howell2002-10-24 09:40:20 +0000
committerTravis Howell2002-10-24 09:40:20 +0000
commit68fada397e6818ac7c9d6f75fa2fbb5a92532104 (patch)
tree1a1538f9688fcbb746168719bdfb956388931b7f /simon/midi.cpp
parent5a731060a467c99f95dcc0259711dee6571ba138 (diff)
downloadscummvm-rg350-68fada397e6818ac7c9d6f75fa2fbb5a92532104.tar.gz
scummvm-rg350-68fada397e6818ac7c9d6f75fa2fbb5a92532104.tar.bz2
scummvm-rg350-68fada397e6818ac7c9d6f75fa2fbb5a92532104.zip
Add simon1demo
svn-id: r5300
Diffstat (limited to 'simon/midi.cpp')
-rw-r--r--simon/midi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index 3a4dadb260..c43da45af2 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -135,7 +135,7 @@ void MidiPlayer::read_one_song(File *in, Song *s)
break;
default:
- error("Midi song has no 'MThd'");
+ warning("Midi song has no 'MThd'");
}
}