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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Apr 17 18:35:17 CEST 2008


Revision: 31539
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31539&view=rev
Author:   eriktorbjorn
Date:     2008-04-17 09:35:16 -0700 (Thu, 17 Apr 2008)

Log Message:
-----------
Commented out unused variables.

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

Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2008-04-17 15:39:34 UTC (rev 31538)
+++ scummvm/trunk/engines/kyra/screen.cpp	2008-04-17 16:35:16 UTC (rev 31539)
@@ -1629,7 +1629,7 @@
 }
 
 void Screen::drawShapePlotType1(uint8 *dst, uint8 cmd) {
-	uint32 relOffs = dst - _dsDstPage;
+	// uint32 relOffs = dst - _dsDstPage;
 	for (int i = 0; i < _dsTableLoopCount; ++i)
 		cmd = _dsTable[cmd];
 
@@ -1651,7 +1651,7 @@
 }
 
 void Screen::drawShapePlotType5(uint8 *dst, uint8 cmd) {
-	uint32 relOffs = dst - _dsDstPage;
+	// uint32 relOffs = dst - _dsDstPage;
 	cmd = _dsTable2[cmd];
 	for (int i = 0; i < _dsTableLoopCount; ++i)
 		cmd = _dsTable[cmd];


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