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

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Aug 17 13:01:41 CEST 2010


Revision: 52149
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52149&view=rev
Author:   sev
Date:     2010-08-17 11:01:41 +0000 (Tue, 17 Aug 2010)

Log Message:
-----------
TINSEL: fix warning

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

Modified: scummvm/trunk/engines/tinsel/tinsel.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/tinsel.cpp	2010-08-17 11:01:20 UTC (rev 52148)
+++ scummvm/trunk/engines/tinsel/tinsel.cpp	2010-08-17 11:01:41 UTC (rev 52149)
@@ -283,7 +283,7 @@
 	} while (DwGetCurrentTime() < _ctx->endTicks);
 
 	if (GetProvNotProcessed()) {
-		Common::Point clickPos = *(Common::Point *)param;
+		const Common::Point clickPos = *(const Common::Point *)param;
 		PlayerEvent(PLR_WALKTO, clickPos);
 	}
 


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