[Scummvm-cvs-logs] SF.net SVN: scummvm: [21331] scummvm/trunk/engines/scumm/gfx.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Mar 16 04:13:04 CET 2006


Revision: 21331
Author:   kirben
Date:     2006-03-16 04:12:05 -0800 (Thu, 16 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21331&view=rev

Log Message:
-----------
Minor cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/gfx.cpp
Modified: scummvm/trunk/engines/scumm/gfx.cpp
===================================================================
--- scummvm/trunk/engines/scumm/gfx.cpp	2006-03-16 12:08:25 UTC (rev 21330)
+++ scummvm/trunk/engines/scumm/gfx.cpp	2006-03-16 12:12:05 UTC (rev 21331)
@@ -1656,8 +1656,7 @@
 	assert(bmap_ptr);
 
 	byte code = *bmap_ptr++;
-	int scrX = _vm->_screenStartStrip * 8;
-	byte *dst = (byte *)_vm->virtscr[0].backBuf + scrX;
+	byte *dst = vs->getBackPixels(0, 0);
 
 	// The following few lines more or less duplicate decompressBitmap(), only
 	// for an area spanning multiple strips. In particular, the codecs 13 & 14


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