mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Increase opcode array size for Elvira
svn-id: r24022
This commit is contained in:
parent
d3d28dc89a
commit
bdfbd9b049
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user