diff options
-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; |