diff options
Diffstat (limited to 'simon/simon.h')
| -rw-r--r-- | simon/simon.h | 4 | 
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;  | 
