[Scummvm-cvs-logs] SF.net SVN: scummvm:[54261] scummvm/trunk/engines/tinsel/tinlib.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Nov 16 10:53:09 CET 2010


Revision: 54261
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54261&view=rev
Author:   fingolfin
Date:     2010-11-16 09:53:08 +0000 (Tue, 16 Nov 2010)

Log Message:
-----------
TINSEL: Removed unnecessary 'static'

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/tinlib.cpp

Modified: scummvm/trunk/engines/tinsel/tinlib.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/tinlib.cpp	2010-11-16 09:26:35 UTC (rev 54260)
+++ scummvm/trunk/engines/tinsel/tinlib.cpp	2010-11-16 09:53:08 UTC (rev 54261)
@@ -2588,7 +2588,7 @@
 				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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list