diff options
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index 3b285a5b78..abb0bbed9a 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -779,6 +779,7 @@ protected: /* HE version 80 script opcodes */ void o80_unknown49(); + void o80_unknown4D(); void o80_setState(); }; |