aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/access/room.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/access/room.cpp b/engines/access/room.cpp
index 759af74cff..8a5526e310 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));