aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2005-11-18 14:15:03 +0000
committerTravis Howell2005-11-18 14:15:03 +0000
commit8ec6ed9d968ed44a4b2a67ac6652c60f31c6492f (patch)
treed338a89c20c707957334bf10337039f1269bbd49 /simon/simon.h
parent95a45fc7a05430e0952d5dc8e61a091bb10494ed (diff)
downloadscummvm-rg350-8ec6ed9d968ed44a4b2a67ac6652c60f31c6492f.tar.gz
scummvm-rg350-8ec6ed9d968ed44a4b2a67ac6652c60f31c6492f.tar.bz2
scummvm-rg350-8ec6ed9d968ed44a4b2a67ac6652c60f31c6492f.zip
Updates to FF path finding.
svn-id: r19641
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 457fb4616f..ddb4c1123b 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -379,6 +379,14 @@ protected:
const uint16 *_pathFindArray[100];
+ uint8 _pathValues[100];
+ uint8 _PVCount;
+ uint8 _GPVCount;
+
+ uint8 _pathValues1[100];
+ uint8 _PVCount1;
+ uint8 _GPVCount1;
+
uint8 _paletteBackup[1024];
uint8 _palette[1024];
@@ -753,7 +761,7 @@ public:
void vc79_computePosNum();
void vc80_setOverlayImage();
void vc81_setRandom();
- void vc82_pathUnk3();
+ void vc82_getPathValue();
void vc83_playSoundLoop();
void vc84_stopSoundLoop();