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 e4fb099793..0a29cb9eb3 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -558,6 +558,9 @@ void ScummEngine_v90he::o90_unknown26() { case 48: pop(); break; + case 64: + pop(); + break; case 90: pop(); break; |