aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/pathfinder.h
diff options
context:
space:
mode:
authorEric Fry2018-06-26 22:35:31 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit989d8d9b8abecee3f0b72c92a05067e128fc6cdd (patch)
tree6879c75dccd45e4ae6f2396ee62425f625494f37 /engines/illusions/pathfinder.h
parent7cadb7ad0ce7b24c28d3fa9d842f7083ae5b9056 (diff)
downloadscummvm-rg350-989d8d9b8abecee3f0b72c92a05067e128fc6cdd.tar.gz
scummvm-rg350-989d8d9b8abecee3f0b72c92a05067e128fc6cdd.tar.bz2
scummvm-rg350-989d8d9b8abecee3f0b72c92a05067e128fc6cdd.zip
ILLUSIONS: Formatting, remove trailing whitespace.
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);