aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/route.h')
-rw-r--r--engines/hugo/route.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/route.h b/engines/hugo/route.h
index 727c7d77eb..83a36f27ef 100644
--- a/engines/hugo/route.h
+++ b/engines/hugo/route.h
@@ -54,8 +54,8 @@ class Route {
public:
Route(HugoEngine *vm);
- void resetRoute() {_routeIndex = -1; }
- int16 getRouteIndex() const {return _routeIndex; }
+ void resetRoute();
+ int16 getRouteIndex() const;
void processRoute();
bool startRoute(const go_t routeType, const int16 objId, int16 cx, int16 cy);