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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Jul 5 18:29:17 CEST 2009


Revision: 42141
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42141&view=rev
Author:   athrxx
Date:     2009-07-05 16:29:17 +0000 (Sun, 05 Jul 2009)

Log Message:
-----------
LOL: cleanup

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

Modified: scummvm/trunk/engines/kyra/screen_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen_lol.cpp	2009-07-05 14:58:22 UTC (rev 42140)
+++ scummvm/trunk/engines/kyra/screen_lol.cpp	2009-07-05 16:29:17 UTC (rev 42141)
@@ -593,7 +593,6 @@
 	int iu5_1 = na;
 	int iu6_1 = nb;
 	int ibw_1 = w3;
-	//int ibh_1 = h3;
 	int dx_1 = x1;
 	int dy_1 = y1;
 
@@ -703,27 +702,6 @@
 	if (!calcBounds(iw, ih, x2, y2, w, h, na, nb, nc))
 		return;
 
-			//		_internDimH: h0
-//		_internDimW: w0
-//		_internDimDstX: x1
-//		_internDimDstY: y1
-//		_internBlockWidth: w1
-//		_internBlockHeight: h1
-//		_internDimU5: x2 na
-//		_internDimU6: y2 nb
-//		_internBlockWidth2: w2 nc
-
-//	_internDimX = _internDimY = 0;
-//	_internDimW = w1;
-/*	_internDimH = h1;
-	calcBoundariesIntern(x1, y1, w3, h3);
-	if (_internBlockWidth == -1)
-		return;
-
-	calcBoundariesIntern(x2, y2, w, h);
-	if (_internBlockWidth == -1)
-		return;*/
-
 	uint8 *src = getPagePtr(page1) + y1 * 320 + x1;
 	uint8 *dst = getPagePtr(page2) + (y2 + iy) * 320;
 


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