From 1eefecffa4670130008a9094c2855e4b1b9fe3a3 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Mon, 8 Dec 2008 21:11:19 +0000 Subject: Quickfix for tinlib compilation error. Changed type on zOverride from type int to int32 (signed int that is) to fit the SetMoverZ function and for valid comparison of zOveride != -1. svn-id: r35286 --- engines/tinsel/tinlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/tinlib.cpp') diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp index 5076008292..048371c835 100644 --- a/engines/tinsel/tinlib.cpp +++ b/engines/tinsel/tinlib.cpp @@ -3010,7 +3010,7 @@ static void Subtitles(int onoff) { * Special walk. * Walk into or out of a legal path. */ -static void Swalk(CORO_PARAM, int actor, int x1, int y1, int x2, int y2, SCNHANDLE film, int zOverride, bool escOn, int myEscape) { +static void Swalk(CORO_PARAM, int actor, int x1, int y1, int x2, int y2, SCNHANDLE film, int32 zOverride, bool escOn, int myEscape) { CORO_BEGIN_CONTEXT; bool bTookControl; // Set if this function takes control CORO_END_CONTEXT(_ctx); -- cgit v1.2.3