mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Correct size.
svn-id: r19642
This commit is contained in:
parent
8ec6ed9d96
commit
4ca37906ee
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user