[Scummvm-cvs-logs] SF.net SVN: scummvm:[40674] scummvm/trunk/engines/kyra/gui_lol.cpp
athrxx at users.sourceforge.net
athrxx at users.sourceforge.net
Mon May 18 08:34:23 CEST 2009
Revision: 40674
http://scummvm.svn.sourceforge.net/scummvm/?rev=40674&view=rev
Author: athrxx
Date: 2009-05-18 06:34:23 +0000 (Mon, 18 May 2009)
Log Message:
-----------
LOL: fix "rest party" button (broken after changes to the button handling)
Modified Paths:
--------------
scummvm/trunk/engines/kyra/gui_lol.cpp
Modified: scummvm/trunk/engines/kyra/gui_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_lol.cpp 2009-05-18 01:39:58 UTC (rev 40673)
+++ scummvm/trunk/engines/kyra/gui_lol.cpp 2009-05-18 06:34:23 UTC (rev 40674)
@@ -1525,7 +1525,7 @@
int LoLEngine::clickedRestParty(Button *button) {
gui_toggleButtonDisplayMode(77, 1);
-
+
Button b;
memset(&b, 0, sizeof(Button));
b.data0Val2 = b.data1Val2 = b.data2Val2 = 0xfe;
@@ -1567,6 +1567,8 @@
c->flags |= 0x1000;
}
+ removeInputTop();
+
if (needHealingFlags || needMagicGainFlags) {
_screen->fillRect(112, 0, 288, 120, 1);
gui_drawAllCharPortraitsWithStats();
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