[Scummvm-cvs-logs] SF.net SVN: scummvm:[34021] scummvm/trunk/gui/ThemeClassic.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Tue Aug 19 09:44:36 CEST 2008


Revision: 34021
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34021&view=rev
Author:   anotherguest
Date:     2008-08-19 07:44:35 +0000 (Tue, 19 Aug 2008)

Log Message:
-----------
Remove Deinit when hiding menu! UI infoprints needed the pixelbuffer.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeClassic.cpp

Modified: scummvm/trunk/gui/ThemeClassic.cpp
===================================================================
--- scummvm/trunk/gui/ThemeClassic.cpp	2008-08-19 06:32:46 UTC (rev 34020)
+++ scummvm/trunk/gui/ThemeClassic.cpp	2008-08-19 07:44:35 UTC (rev 34021)
@@ -114,7 +114,7 @@
 }
 
 void ThemeClassic::disable() {
-	deinit();
+	_system->hideOverlay();
 	_enabled = false;
 }
 


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