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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Nov 16 23:09:47 CET 2010


Revision: 54271
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54271&view=rev
Author:   thebluegr
Date:     2010-11-16 22:09:46 +0000 (Tue, 16 Nov 2010)

Log Message:
-----------
TINSEL: Fixed compilation with MSVC

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

Modified: scummvm/trunk/engines/tinsel/tinsel.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/tinsel.cpp	2010-11-16 14:06:59 UTC (rev 54270)
+++ scummvm/trunk/engines/tinsel/tinsel.cpp	2010-11-16 22:09:46 UTC (rev 54271)
@@ -81,7 +81,7 @@
 // In BG.CPP
 extern void SetDoFadeIn(bool tf);
 extern void DropBackground();
-extern BACKGND *pCurBgnd;
+extern const BACKGND *pCurBgnd;
 
 // In CURSOR.CPP
 extern void CursorProcess(CORO_PARAM, const void *);


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