diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/vars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index 843bb372c3..78c2e47ad6 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -639,7 +639,7 @@ void ScummEngine::initScummVars() { 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"); |