diff options
author | Travis Howell | 2008-09-04 14:12:27 +0000 |
---|---|---|
committer | Travis Howell | 2008-09-04 14:12:27 +0000 |
commit | fa5f22944d9f7d341c1e594f24712c4c8f6c157d (patch) | |
tree | a34025fe8b7a0c6c64709343e8ce365552b631ba /engines/scumm/he | |
parent | 3930783928dbb868607787f53ff3790a7084afd4 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/scumm/he/script_v100he.cpp | 3 |
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; |