aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/path.h')
-rw-r--r--engines/toon/path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/path.h b/engines/toon/path.h
index 2de58064f0..df2b2e94be 100644
--- a/engines/toon/path.h
+++ b/engines/toon/path.h
@@ -38,8 +38,8 @@ public:
PathFindingHeap();
~PathFindingHeap();
- void push(int32 x, int32 y, int32 weight);
- void pop(int32 *x, int32 *y, int32 *weight);
+ void push(int16 x, int16 y, int32 weight);
+ void pop(int16 *x, int16 *y, int32 *weight);
void init(int32 size);
void clear();
void unload();