[Scummvm-cvs-logs] SF.net SVN: scummvm:[43910] scummvm/trunk/backends/platform/wii/osystem_gfx .cpp

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Wed Sep 2 18:08:08 CEST 2009


Revision: 43910
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43910&view=rev
Author:   dhewg
Date:     2009-09-02 16:08:01 +0000 (Wed, 02 Sep 2009)

Log Message:
-----------
Fixed thumbnail gfx glitches on savegames

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/osystem_gfx.cpp

Modified: scummvm/trunk/backends/platform/wii/osystem_gfx.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/osystem_gfx.cpp	2009-09-02 13:21:38 UTC (rev 43909)
+++ scummvm/trunk/backends/platform/wii/osystem_gfx.cpp	2009-09-02 16:08:01 UTC (rev 43910)
@@ -277,11 +277,11 @@
 }
 
 int16 OSystem_Wii::getWidth() {
-	return _currentWidth;
+	return _gameWidth;
 }
 
 int16 OSystem_Wii::getHeight() {
-	return _currentHeight;
+	return _gameHeight;
 }
 
 void OSystem_Wii::setPalette(const byte *colors, uint start, uint num) {


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