[Scummvm-cvs-logs] SF.net SVN: scummvm: [29588] scummvm/trunk/engines/agi/preagi_mickey.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Nov 21 00:42:45 CET 2007


Revision: 29588
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29588&view=rev
Author:   thebluegr
Date:     2007-11-20 15:42:45 -0800 (Tue, 20 Nov 2007)

Log Message:
-----------
Fix regression with the menus

Modified Paths:
--------------
    scummvm/trunk/engines/agi/preagi_mickey.cpp

Modified: scummvm/trunk/engines/agi/preagi_mickey.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi_mickey.cpp	2007-11-20 22:20:52 UTC (rev 29587)
+++ scummvm/trunk/engines/agi/preagi_mickey.cpp	2007-11-20 23:42:45 UTC (rev 29588)
@@ -244,6 +244,8 @@
 							 attr, (char *)menu.row[iRow].entry[iWord].szText);
 		}
 	}
+	_vm->_gfx->doUpdate();
+	_vm->_system->updateScreen();	// TODO: this should go in the game's main loop
 }
 
 void Mickey::getMouseMenuSelRow(MSA_MENU menu, int *sel0, int *sel1, int iRow, int x, int y) {


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