diff options
author | Jonathan Gray | 2003-03-03 10:19:27 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-03-03 10:19:27 +0000 |
commit | 401713210be952a752f38c68a823b41a993ad12c (patch) | |
tree | 99e1d7e4933a243695ec6dcd652ef34260cca545 /scumm | |
parent | 436afde5eb819dfd0fe798403a58f9b2afad5232 (diff) | |
download | scummvm-rg350-401713210be952a752f38c68a823b41a993ad12c.tar.gz scummvm-rg350-401713210be952a752f38c68a823b41a993ad12c.tar.bz2 scummvm-rg350-401713210be952a752f38c68a823b41a993ad12c.zip |
add stub for opcode 0xE4
svn-id: r6671
Diffstat (limited to 'scumm')
-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 23b1ff78ad..b4ab5c0fbb 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -375,6 +375,7 @@ protected: void o6_pickVarRandom(); void o6_getDateTime(); void o6_unknownE0(); + void o6_unknownE4(); void o6_localizeArray(); void o6_shuffle(); |