aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/route.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/route.cpp')
-rw-r--r--engines/hugo/route.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/route.cpp b/engines/hugo/route.cpp
index 3bf10d78f4..76ec583857 100644
--- a/engines/hugo/route.cpp
+++ b/engines/hugo/route.cpp
@@ -50,11 +50,11 @@ Route::Route(HugoEngine *vm) : _vm(vm) {
}
void Route::resetRoute() {
- _routeIndex = -1;
+ _routeIndex = -1;
}
int16 Route::getRouteIndex() const {
- return _routeIndex;
+ return _routeIndex;
}
/**