diff options
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r-- | scumm/script_v7he.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 7afde73612..fe3cfe61f9 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -647,9 +647,7 @@ void ScummEngine_v7he::o7_resourceRoutines() { resid = _resourceMapper[resid & 0x7F]; unlock(rtRoom, resid); break; - case 116: // SO_CLEAR_HEAP - /* this is actually a scumm message */ - error("clear heap not working yet"); + case 116: break; case 117: // SO_LOAD_CHARSET resid = pop(); |