[Scummvm-cvs-logs] SF.net SVN: scummvm:[39985] scummvm/trunk/backends/platform/iphone/ osys_iphone.cpp

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Sat Apr 18 16:04:44 CEST 2009


Revision: 39985
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39985&view=rev
Author:   vinterstum
Date:     2009-04-18 14:04:44 +0000 (Sat, 18 Apr 2009)

Log Message:
-----------
Fixed a crash happening when an engine dirtied the full screen, and called initSize() before calling updateScreen (fixes bug 418820, specifically about Lost in Time crashing after the title screen)

Modified Paths:
--------------
    scummvm/trunk/backends/platform/iphone/osys_iphone.cpp

Modified: scummvm/trunk/backends/platform/iphone/osys_iphone.cpp
===================================================================
--- scummvm/trunk/backends/platform/iphone/osys_iphone.cpp	2009-04-18 13:52:30 UTC (rev 39984)
+++ scummvm/trunk/backends/platform/iphone/osys_iphone.cpp	2009-04-18 14:04:44 UTC (rev 39985)
@@ -162,6 +162,7 @@
 	else
 		iPhone_initSurface(width, height, false);
 
+	_fullScreenIsDirty = false;
 	dirtyFullScreen();
 	_mouseVisible = false;
 	_screenChangeCount++;


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