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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Mon Aug 18 20:16:27 CEST 2008


Revision: 34000
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34000&view=rev
Author:   anotherguest
Date:     2008-08-18 18:16:24 +0000 (Mon, 18 Aug 2008)

Log Message:
-----------
Do Deinit of pixel buffer when hiding menu.That saves 600KB in VGA games for low memory devices.

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

Modified: scummvm/trunk/gui/ThemeClassic.cpp
===================================================================
--- scummvm/trunk/gui/ThemeClassic.cpp	2008-08-18 18:15:32 UTC (rev 33999)
+++ scummvm/trunk/gui/ThemeClassic.cpp	2008-08-18 18:16:24 UTC (rev 34000)
@@ -114,7 +114,7 @@
 }
 
 void ThemeClassic::disable() {
-	_system->hideOverlay();
+	deinit();
 	_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