diff options
author | Sven Hesse | 2009-06-06 23:40:11 +0000 |
---|---|---|
committer | Sven Hesse | 2009-06-06 23:40:11 +0000 |
commit | f5edbba804d506941f0bf8ec44003b166ba02935 (patch) | |
tree | 2bd650dc5fb3c4b6a5372c8e7ccacba7cd6d7e2c /engines | |
parent | 64a920d52ff5dd251d6c2e8b1e9766726d347e48 (diff) | |
download | scummvm-rg350-f5edbba804d506941f0bf8ec44003b166ba02935.tar.gz scummvm-rg350-f5edbba804d506941f0bf8ec44003b166ba02935.tar.bz2 scummvm-rg350-f5edbba804d506941f0bf8ec44003b166ba02935.zip |
Fascination needs o1_assign. o2_assign breaks the DOS floppy version
svn-id: r41313
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/inter_fascin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp index af8c8976cd..bd0b0a94c6 100644 --- a/engines/gob/inter_fascin.cpp +++ b/engines/gob/inter_fascin.cpp @@ -401,7 +401,7 @@ void Inter_Fascination::setupOpcodes() { OPCODE(o1_whileDo), /* 08 */ OPCODE(o1_if), - OPCODE(o2_assign), + OPCODE(o1_assign), OPCODE(o1_loadSpriteToPos), {0, ""}, /* 0C */ |