aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/pathfinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/pathfinder.h')
-rw-r--r--engines/illusions/pathfinder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/pathfinder.h b/engines/illusions/pathfinder.h
index 47cc0575c5..2b56b2df67 100644
--- a/engines/illusions/pathfinder.h
+++ b/engines/illusions/pathfinder.h
@@ -54,7 +54,7 @@ protected:
bool findValidDestLine(Common::Point &destPt);
void findValidDestPt(Common::Point &destPt);
WidthHeight calcRectDimensions(PathLine &rect);
- void adjustRectDimensions(WidthHeight &dimensions);
+ void adjustRectDimensions(WidthHeight &dimensions);
void swapDimensions(WidthHeight &dimensions);
void clipLineToBg(Common::Point &destPt, WidthHeight &rectDimensions, PathLine &outDestLine);
void findDeltaPt(Common::Point pt, Common::Point &outDeltaPt);