diff options
author | Travis Howell | 2006-09-29 22:24:03 +0000 |
---|---|---|
committer | Travis Howell | 2006-09-29 22:24:03 +0000 |
commit | bdfbd9b04906fb4b5e56420ee750d1d3d1f9764c (patch) | |
tree | 40a221ecffe709f66925d285c12f11dc51e6f997 /engines | |
parent | d3d28dc89aebb696b12625458440f5470a0594f5 (diff) | |
download | scummvm-rg350-bdfbd9b04906fb4b5e56420ee750d1d3d1f9764c.tar.gz scummvm-rg350-bdfbd9b04906fb4b5e56420ee750d1d3d1f9764c.tar.bz2 scummvm-rg350-bdfbd9b04906fb4b5e56420ee750d1d3d1f9764c.zip |
Increase opcode array size for Elvira
svn-id: r24022
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/items.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/items.cpp b/engines/agos/items.cpp index ece3234c72..4513e83b19 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, |