aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-11-18 14:16:28 +0000
committerTravis Howell2005-11-18 14:16:28 +0000
commit4ca37906ee6d419fd55990c1449ab9934e0f115c (patch)
tree153d9618100b7e90d8edaa130b43cf7cd806f158
parent8ec6ed9d968ed44a4b2a67ac6652c60f31c6492f (diff)
downloadscummvm-rg350-4ca37906ee6d419fd55990c1449ab9934e0f115c.tar.gz
scummvm-rg350-4ca37906ee6d419fd55990c1449ab9934e0f115c.tar.bz2
scummvm-rg350-4ca37906ee6d419fd55990c1449ab9934e0f115c.zip
Correct size.
svn-id: r19642
-rw-r--r--simon/simon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.h b/simon/simon.h
index ddb4c1123b..2d62691bc1 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -379,11 +379,11 @@ protected:
const uint16 *_pathFindArray[100];
- uint8 _pathValues[100];
+ uint8 _pathValues[400];
uint8 _PVCount;
uint8 _GPVCount;
- uint8 _pathValues1[100];
+ uint8 _pathValues1[400];
uint8 _PVCount1;
uint8 _GPVCount1;