[Scummvm-cvs-logs] CVS: scummvm/scumm vars.cpp,1.146,1.147
kirben
kirben at users.sourceforge.net
Sun Sep 25 17:02:19 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20420/scumm
Modified Files:
vars.cpp
Log Message:
Fix regression when using MIDI in Loom demo.
Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- vars.cpp 24 Sep 2005 10:15:17 -0000 1.146
+++ vars.cpp 26 Sep 2005 00:01:02 -0000 1.147
@@ -639,7 +639,7 @@
if (_gameId == GID_LOOM) {
char buf[50];
Common::File f;
- for (int i = 82; i < 86; i++) {
+ for (int i = 82; i < 85; i++) {
sprintf(buf, "%d.LFL", i);
if (!Common::File::exists(buf))
error("Native MIDI support requires Roland patch from LucasArts");
More information about the Scummvm-git-logs
mailing list