diff options
Diffstat (limited to 'engines/gob/game_v1.cpp')
-rw-r--r-- | engines/gob/game_v1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game_v1.cpp b/engines/gob/game_v1.cpp index 2ae9406c26..83b74a898c 100644 --- a/engines/gob/game_v1.cpp +++ b/engines/gob/game_v1.cpp @@ -262,7 +262,7 @@ void Game_v1::clearCollisions() { } int16 Game_v1::addNewCollision(int16 id, int16 left, int16 top, int16 right, int16 bottom, - int16 flags, int16 key, int16 funcEnter, int16 funcLeave) { + int16 flags, int16 key, uint16 funcEnter, uint16 funcLeave) { int16 i; Collision *ptr; |