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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/route.h b/engines/hugo/route.h
index b2185a4bb7..6aeb1a0b29 100644
--- a/engines/hugo/route.h
+++ b/engines/hugo/route.h
@@ -56,7 +56,7 @@ public:
Route(HugoEngine *vm);
void processRoute();
- bool startRoute(go_t go_for, short id, short cx, short cy);
+ bool startRoute(go_t go_for, int16 id, int16 cx, int16 cy);
void setDirection(uint16 keyCode);
void setWalk(uint16 direction);