diff --git a/engines/agos/items.cpp b/engines/agos/items.cpp index ece3234c728..4513e83b197 100644 --- a/engines/agos/items.cpp +++ b/engines/agos/items.cpp @@ -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,