From 442bcb7d3eb64f3fbde3ee5bd2b16e7c01bae469 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 22 Feb 2012 20:20:55 +0100 Subject: ALL: Fix some signed/unsigned comparison warnings. --- engines/gob/hotspots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob') 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::size_type stackSize = _stack.size(); _vm->_inter->funcBlock(0); -- cgit v1.2.3