[Scummvm-cvs-logs] SF.net SVN: scummvm: [29181] scummvm/trunk/engines/kyra/kyra_v2.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Oct 9 11:17:07 CEST 2007
Revision: 29181
http://scummvm.svn.sourceforge.net/scummvm/?rev=29181&view=rev
Author: lordhoto
Date: 2007-10-09 02:17:07 -0700 (Tue, 09 Oct 2007)
Log Message:
-----------
Oops forgot to add o2_delay to the opcode list.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/kyra_v2.cpp
Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp 2007-10-09 09:15:12 UTC (rev 29180)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp 2007-10-09 09:17:07 UTC (rev 29181)
@@ -1427,7 +1427,7 @@
OpcodeUnImpl(),
OpcodeUnImpl(),
OpcodeUnImpl(),
- OpcodeUnImpl(),
+ Opcode(o2_delay),
// 0x38
Opcode(o2_dummy),
OpcodeUnImpl(),
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