From 40c6569940e26fb6c020c54947e45614bfa0d7e9 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 31 Oct 2013 08:25:19 +0100 Subject: HUGO: Fix CID 1003560, 1002882 --- engines/hugo/route.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/hugo/route.h') diff --git a/engines/hugo/route.h b/engines/hugo/route.h index 716829a201..71db1e2583 100644 --- a/engines/hugo/route.h +++ b/engines/hugo/route.h @@ -79,9 +79,11 @@ private: int16 _destY; int16 _heroWidth; // Hero width bool _routeFoundFl; // TRUE when path found - bool _fullStackFl; // TRUE if stack exhausted bool _fullSegmentFl; // Segments exhausted + // CHECKME: Never set to true, could be removed + bool _fullStackFl; // TRUE if stack exhausted + void segment(int16 x, int16 y); bool findRoute(const int16 cx, const int16 cy); Common::Point *newNode(); -- cgit v1.2.3