From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- engines/queen/walk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/queen/walk.cpp') diff --git a/engines/queen/walk.cpp b/engines/queen/walk.cpp index 6943ca1214..eef2954d9a 100644 --- a/engines/queen/walk.cpp +++ b/engines/queen/walk.cpp @@ -23,7 +23,7 @@ * */ -#include "common/stdafx.h" + #include "queen/walk.h" #include "queen/bankman.h" @@ -431,7 +431,7 @@ int16 Walk::calcC(int16 c1, int16 c2, int16 c3, int16 c4, int16 lastc) { } int16 Walk::findAreaPosition(int16 *x, int16 *y, bool recalibrate) { - // In order to locate the nearest available area, the original algorithm + // In order to locate the nearest available area, the original algorithm // computes the horizontal and vertical distances for each available area. // Unlike the original, we also compute the diagonal distance. // To get an example of this in action, in the room D1, make Joe walking -- cgit v1.2.3