mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 04:34:50 +00:00
Fascination needs o1_assign. o2_assign breaks the DOS floppy version
svn-id: r41313
This commit is contained in:
parent
64a920d52f
commit
f5edbba804
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user