TINSEL: Removed unnecessary 'static'

svn-id: r54261
This commit is contained in:
Max Horn 2010-11-16 09:53:08 +00:00
parent a9b3dccaaa
commit ada9c9af60

View File

@ -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;