[Scummvm-cvs-logs] scummvm master -> f1c982586303db745b034eb123d6f56c300de44c
dreammaster
dreammaster at scummvm.org
Fri Nov 27 23:53:28 CET 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f1c9825863 ACCESS: Fix redrawing buttons after changing selection
Commit: f1c982586303db745b034eb123d6f56c300de44c
https://github.com/scummvm/scummvm/commit/f1c982586303db745b034eb123d6f56c300de44c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-11-27T17:52:57-05:00
Commit Message:
ACCESS: Fix redrawing buttons after changing selection
Changed paths:
engines/access/room.cpp
diff --git a/engines/access/room.cpp b/engines/access/room.cpp
index 759af74..8a5526e 100644
--- a/engines/access/room.cpp
+++ b/engines/access/room.cpp
@@ -706,6 +706,7 @@ void Room::executeCommand(int commandId) {
delete iconData;
// Draw the button as selected
+ roomMenu();
_vm->_screen->plotImage(spr, _selectCommand + 2,
Common::Point(_rMouse[_selectCommand][0], (_vm->getGameID() == GType_MartianMemorandum) ? 184 : 176));
More information about the Scummvm-git-logs
mailing list