diff options
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r-- | scumm/script_v90he.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 342937c333..f58f458423 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -497,6 +497,9 @@ void ScummEngine_v90he::o90_unknown1C() { pop(); pop(); break; + case 40: // HE99+ + pop(); + break; case 87: // HE99+ pop(); pop(); |