[Scummvm-cvs-logs] SF.net SVN: scummvm:[33561] scummvm/trunk/engines/kyra/sequences_hof.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Sun Aug 3 10:01:12 CEST 2008


Revision: 33561
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33561&view=rev
Author:   buddha_
Date:     2008-08-03 08:01:11 +0000 (Sun, 03 Aug 2008)

Log Message:
-----------
Shut up MSVC warning about mgY being an unreferenced local variable.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sequences_hof.cpp

Modified: scummvm/trunk/engines/kyra/sequences_hof.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sequences_hof.cpp	2008-08-03 07:55:16 UTC (rev 33560)
+++ scummvm/trunk/engines/kyra/sequences_hof.cpp	2008-08-03 08:01:11 UTC (rev 33561)
@@ -2750,7 +2750,8 @@
 }
 
 void KyraEngine_HoF::seq_scrollPage(int bottom, int top) {
-	int dstY, dstH, srcH, mgY;
+	int dstY, dstH, srcH;
+	//int mgY;
 
 	static const ScreenDim d = { 0x00, 0x00, 0x28, 0x320, 0xFF, 0xFE, 0x00, 0x00 };
 


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