aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-09-04 14:12:27 +0000
committerTravis Howell2008-09-04 14:12:27 +0000
commitfa5f22944d9f7d341c1e594f24712c4c8f6c157d (patch)
treea34025fe8b7a0c6c64709343e8ce365552b631ba /engines/scumm/he/script_v100he.cpp
parent3930783928dbb868607787f53ff3790a7084afd4 (diff)
downloadscummvm-rg350-fa5f22944d9f7d341c1e594f24712c4c8f6c157d.tar.gz
scummvm-rg350-fa5f22944d9f7d341c1e594f24712c4c8f6c157d.tar.bz2
scummvm-rg350-fa5f22944d9f7d341c1e594f24712c4c8f6c157d.zip
Add missing case in o100_resourceRoutines.
svn-id: r34328
Diffstat (limited to 'engines/scumm/he/script_v100he.cpp')
-rw-r--r--engines/scumm/he/script_v100he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index 5f907d7f04..07bc41874c 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -1117,6 +1117,9 @@ void ScummEngine_v100he::o100_resourceRoutines() {
break;
case 128:
break;
+ case 129:
+ // Dummy case
+ break;
case 132:
if (_heResType == rtScript && _heResId >= _numGlobalScripts)
break;