[Scummvm-cvs-logs] SF.net SVN: scummvm:[51203] scummvm/trunk/backends/platform/gp2xwiz/ gp2xwiz-graphics.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Fri Jul 23 14:09:54 CEST 2010


Revision: 51203
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51203&view=rev
Author:   wjpalenstijn
Date:     2010-07-23 12:09:54 +0000 (Fri, 23 Jul 2010)

Log Message:
-----------
GP2XWIZ: Fix warning

Modified Paths:
--------------
    scummvm/trunk/backends/platform/gp2xwiz/gp2xwiz-graphics.cpp

Modified: scummvm/trunk/backends/platform/gp2xwiz/gp2xwiz-graphics.cpp
===================================================================
--- scummvm/trunk/backends/platform/gp2xwiz/gp2xwiz-graphics.cpp	2010-07-23 10:58:06 UTC (rev 51202)
+++ scummvm/trunk/backends/platform/gp2xwiz/gp2xwiz-graphics.cpp	2010-07-23 12:09:54 UTC (rev 51203)
@@ -138,7 +138,7 @@
 	if (_videoMode.screenHeight != 200 && _videoMode.screenHeight != 400)
 		_videoMode.aspectRatioCorrection = false;
 
-	OSystem_SDL::loadGFXMode();
+	return OSystem_SDL::loadGFXMode();
 }
 
 void OSystem_GP2XWIZ::drawMouse() {


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