From ada9c9af608f1af9d00289f4aa2b7be868e2944f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Nov 2010 09:53:08 +0000 Subject: TINSEL: Removed unnecessary 'static' svn-id: r54261 --- engines/tinsel/tinlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel') diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp index dea60802d1..70ea8b8556 100644 --- a/engines/tinsel/tinlib.cpp +++ b/engines/tinsel/tinlib.cpp @@ -2588,7 +2588,7 @@ static void Scroll(CORO_PARAM, EXTREME extreme, int xp, int yp, int xIter, int y PlayfieldGetPos(FIELD_WORLD, &Loffset, &Toffset); } while (Loffset != _ctx->x || Toffset != _ctx->y); } else if (TinselV2 && myEscape) { - static SCROLL_MONITOR sm; + SCROLL_MONITOR sm; // Scroll is escapable even though we're not waiting for it sm.x = _ctx->x; -- cgit v1.2.3