[Scummvm-cvs-logs] SF.net SVN: scummvm:[41313] scummvm/trunk/engines/gob/inter_fascin.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sun Jun 7 01:40:11 CEST 2009
Revision: 41313
http://scummvm.svn.sourceforge.net/scummvm/?rev=41313&view=rev
Author: drmccoy
Date: 2009-06-06 23:40:11 +0000 (Sat, 06 Jun 2009)
Log Message:
-----------
Fascination needs o1_assign. o2_assign breaks the DOS floppy version
Modified Paths:
--------------
scummvm/trunk/engines/gob/inter_fascin.cpp
Modified: scummvm/trunk/engines/gob/inter_fascin.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_fascin.cpp 2009-06-06 23:39:58 UTC (rev 41312)
+++ scummvm/trunk/engines/gob/inter_fascin.cpp 2009-06-06 23:40:11 UTC (rev 41313)
@@ -401,7 +401,7 @@
OPCODE(o1_whileDo),
/* 08 */
OPCODE(o1_if),
- OPCODE(o2_assign),
+ OPCODE(o1_assign),
OPCODE(o1_loadSpriteToPos),
{0, ""},
/* 0C */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list