From c734fc2b3eb327fd442e9a7a62beeec964f2830b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Nov 2010 09:54:11 +0000 Subject: TINSEL: Remove unnecessary 'static' svn-id: r54263 --- engines/tinsel/rince.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel') diff --git a/engines/tinsel/rince.cpp b/engines/tinsel/rince.cpp index 67735ad6cb..6ea1dd7464 100644 --- a/engines/tinsel/rince.cpp +++ b/engines/tinsel/rince.cpp @@ -853,7 +853,7 @@ void T2MoverProcess(CORO_PARAM, const void *param) { */ void MoverProcessCreate(int X, int Y, int id, PMOVER pMover) { if (TinselV2) { - static MAINIT iStruct; + MAINIT iStruct; iStruct.X = X; iStruct.Y = Y; iStruct.pMover = pMover; -- cgit v1.2.3