diff options
Diffstat (limited to 'engines/gob/hotspots.cpp')
-rw-r--r-- | engines/gob/hotspots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp index 5e0af847de..9a89f11923 100644 --- a/engines/gob/hotspots.cpp +++ b/engines/gob/hotspots.cpp @@ -477,7 +477,7 @@ void Hotspots::call(uint16 offset) { _shouldPush = true; - int16 stackSize = _stack.size(); + Common::Stack<StackEntry>::size_type stackSize = _stack.size(); _vm->_inter->funcBlock(0); |