Increase opcode array size for Elvira

svn-id: r24022
This commit is contained in:
Travis Howell 2006-09-29 22:24:03 +00:00
parent d3d28dc89a
commit bdfbd9b049

View File

@ -41,7 +41,7 @@ void AGOSEngine::setupOpcodes() {
// 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,