aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/route.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-11-26 23:30:31 +0000
committerArnaud Boutonné2010-11-26 23:30:31 +0000
commitfd6157e77897380df5c405fe073d5bb728323d8d (patch)
tree6ca5405bc91adbe93c64c3abd267f940f871459d /engines/hugo/route.h
parentbab5aa433bb4319edfddfde7ed03cfeed337a884 (diff)
downloadscummvm-rg350-fd6157e77897380df5c405fe073d5bb728323d8d.tar.gz
scummvm-rg350-fd6157e77897380df5c405fe073d5bb728323d8d.tar.bz2
scummvm-rg350-fd6157e77897380df5c405fe073d5bb728323d8d.zip
HUGO: Avoid using 'short' in function definition
svn-id: r54504
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);