aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/pathfinder.h
diff options
context:
space:
mode:
authorEric Fry2018-07-03 22:44:38 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitc01a1269b6bd6bfbce0de201490fc2c1d61c2250 (patch)
tree5c72c060352f9609bd90ffc8e0a35f6af5447355 /engines/illusions/pathfinder.h
parent24a4c6367ced2bfc76ae2326b077a8b324c6b6a5 (diff)
downloadscummvm-rg350-c01a1269b6bd6bfbce0de201490fc2c1d61c2250.tar.gz
scummvm-rg350-c01a1269b6bd6bfbce0de201490fc2c1d61c2250.tar.bz2
scummvm-rg350-c01a1269b6bd6bfbce0de201490fc2c1d61c2250.zip
ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds
(cherry picked from commit 3367aafae37d6c28c1ab1e8323613a56a44e3a5c) ILLUSIONS: Delete dictionary list before it gets removed (cherry picked from commit d9d0c11) ILLUSIONS: Implement PathFinder::postProcess (cherry picked from commit ee98dfc)
Diffstat (limited to 'engines/illusions/pathfinder.h')
-rw-r--r--engines/illusions/pathfinder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/pathfinder.h b/engines/illusions/pathfinder.h
index 2b56b2df67..2f8d1b7e85 100644
--- a/engines/illusions/pathfinder.h
+++ b/engines/illusions/pathfinder.h
@@ -48,6 +48,7 @@ protected:
WidthHeight _bgDimensions;
byte *_pathBytes;
PointArray *findPathInternal(Common::Point sourcePt, Common::Point destPt);
+ void postProcess(Common::Point sourcePt, PointArray *foundPath);
bool isLineBlocked(PathLine &line);
int calcLineDistance(PathLine &line);
bool findClosestPt(Common::Point &sourcePt, Common::Point &closestPt, Common::Point &destPt);