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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Sep 24 03:46:43 CEST 2007


Revision: 29084
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29084&view=rev
Author:   mthreepwood
Date:     2007-09-23 18:46:42 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
fix regression in the inventory from r28995

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

Modified: scummvm/trunk/engines/agi/preagi_winnie.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi_winnie.cpp	2007-09-24 01:27:22 UTC (rev 29083)
+++ scummvm/trunk/engines/agi/preagi_winnie.cpp	2007-09-24 01:46:42 UTC (rev 29084)
@@ -477,6 +477,8 @@
 
 	sprintf(szMissing, IDS_WTP_INVENTORY_1, _game.nObjMiss);
 	_vm->drawStr(IDI_WTP_ROW_OPTION_4, IDI_WTP_COL_MENU, IDA_DEFAULT, szMissing);
+	_vm->_gfx->doUpdate();
+	_vm->_system->updateScreen(); //TODO: Move to game's main loop
 	_vm->getSelection(kSelAnyKey);
 }
 


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