ACCESS: Fix redrawing buttons after changing selection
This commit is contained in:
parent
ccd82145a4
commit
f1c9825863
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ void Room::executeCommand(int commandId) {
|
||||||
delete iconData;
|
delete iconData;
|
||||||
|
|
||||||
// Draw the button as selected
|
// Draw the button as selected
|
||||||
|
roomMenu();
|
||||||
_vm->_screen->plotImage(spr, _selectCommand + 2,
|
_vm->_screen->plotImage(spr, _selectCommand + 2,
|
||||||
Common::Point(_rMouse[_selectCommand][0], (_vm->getGameID() == GType_MartianMemorandum) ? 184 : 176));
|
Common::Point(_rMouse[_selectCommand][0], (_vm->getGameID() == GType_MartianMemorandum) ? 184 : 176));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue