aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-09-29 22:24:03 +0000
committerTravis Howell2006-09-29 22:24:03 +0000
commitbdfbd9b04906fb4b5e56420ee750d1d3d1f9764c (patch)
tree40a221ecffe709f66925d285c12f11dc51e6f997 /engines
parentd3d28dc89aebb696b12625458440f5470a0594f5 (diff)
downloadscummvm-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.cpp2
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,