ACCESS: Fix redrawing buttons after changing selection

This commit is contained in:
Paul Gilbert 2015-11-27 17:52:57 -05:00
parent ccd82145a4
commit f1c9825863

View file

@ -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));