[Scummvm-cvs-logs] SF.net SVN: scummvm: [24022] scummvm/trunk/engines/agos/items.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Sep 30 00:24:07 CEST 2006


Revision: 24022
          http://svn.sourceforge.net/scummvm/?rev=24022&view=rev
Author:   kirben
Date:     2006-09-29 15:24:03 -0700 (Fri, 29 Sep 2006)

Log Message:
-----------
Increase opcode array size for Elvira

Modified Paths:
--------------
    scummvm/trunk/engines/agos/items.cpp

Modified: scummvm/trunk/engines/agos/items.cpp
===================================================================
--- scummvm/trunk/engines/agos/items.cpp	2006-09-29 22:22:43 UTC (rev 24021)
+++ scummvm/trunk/engines/agos/items.cpp	2006-09-29 22:24:03 UTC (rev 24022)
@@ -41,7 +41,7 @@
 	// This opcode table is for Simon 1. Changes for Simon 2 and FF are
 	// made below.
 
-	static OpcodeProc opcode_table[200] = {
+	static OpcodeProc opcode_table[300] = {
 		// 0 - 4
 		NULL,
 		&AGOSEngine::o_at,


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