[Scummvm-cvs-logs] SF.net SVN: scummvm:[41905] scummvm/branches/gsoc2009-16bit/engines/sci/gfx /operations.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat Jun 27 01:04:46 CEST 2009


Revision: 41905
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41905&view=rev
Author:   wjpalenstijn
Date:     2009-06-26 23:04:46 +0000 (Fri, 26 Jun 2009)

Log Message:
-----------
SCI: Fix typo breaking in-engine scaling

Modified Paths:
--------------
    scummvm/branches/gsoc2009-16bit/engines/sci/gfx/operations.cpp

Modified: scummvm/branches/gsoc2009-16bit/engines/sci/gfx/operations.cpp
===================================================================
--- scummvm/branches/gsoc2009-16bit/engines/sci/gfx/operations.cpp	2009-06-26 22:30:52 UTC (rev 41904)
+++ scummvm/branches/gsoc2009-16bit/engines/sci/gfx/operations.cpp	2009-06-26 23:04:46 UTC (rev 41905)
@@ -1789,7 +1789,7 @@
 	if (state->driver->getMode()->xfact == 1 && state->driver->getMode()->yfact == 1) {
 		state->pic_unscaled = state->pic;
 	} else {
-		state->pic = state->gfxResMan->getPic(nr, GFX_MASK_VISUAL, flags, default_palette, false);
+		state->pic_unscaled = state->gfxResMan->getPic(nr, GFX_MASK_VISUAL, flags, default_palette, false);
 	}
 
 	if (!state->pic || !state->pic_unscaled) {


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