diff options
author | Sven Hesse | 2009-06-18 13:27:48 +0000 |
---|---|---|
committer | Sven Hesse | 2009-06-18 13:27:48 +0000 |
commit | 23f9cc0e4ec8638649e0ed5e78c0260305f80929 (patch) | |
tree | 7f405456c0ac4a91258d520e3b16612c10e02f9b | |
parent | d4855ff81929b9d8faa854e428122271bbd0b219 (diff) | |
download | scummvm-rg350-23f9cc0e4ec8638649e0ed5e78c0260305f80929.tar.gz scummvm-rg350-23f9cc0e4ec8638649e0ed5e78c0260305f80929.tar.bz2 scummvm-rg350-23f9cc0e4ec8638649e0ed5e78c0260305f80929.zip |
Oops, forgot again that Fascination needs o1_assign
svn-id: r41634
-rw-r--r-- | engines/gob/inter_fascin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp index d1264021f7..1e47f2408e 100644 --- a/engines/gob/inter_fascin.cpp +++ b/engines/gob/inter_fascin.cpp @@ -84,6 +84,8 @@ void Inter_Fascination::setupOpcodesDraw() { void Inter_Fascination::setupOpcodesFunc() { Inter_v2::setupOpcodesFunc(); + + OPCODEFUNC(0x09, o1_assign); } void Inter_Fascination::setupOpcodesGob() { |