aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-09-21 04:54:34 +0000
committerTravis Howell2003-09-21 04:54:34 +0000
commit14af07351ff892e1562538c6474ff49ab8e4b048 (patch)
treef0266784b532cb7593bfb6d800c49f8bf493cd1c /scumm
parent16048e9c14dec9c41c1223819460a381325ac613 (diff)
downloadscummvm-rg350-14af07351ff892e1562538c6474ff49ab8e4b048.tar.gz
scummvm-rg350-14af07351ff892e1562538c6474ff49ab8e4b048.tar.bz2
scummvm-rg350-14af07351ff892e1562538c6474ff49ab8e4b048.zip
Fix #807291
svn-id: r10344
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 495b7e671b..34201bf394 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1151,7 +1151,7 @@ void Scumm::initScummVars() {
char buf[50];
uint i = 82;
File f;
- while (i < 86) {
+ while (i < 85) {
sprintf(buf, "%d.LFL", i);
f.open(buf, _gameDataPath);
if (f.isOpen() == false)