Skip to content

Commit

Permalink
ACCESS: Fix icon when unselecting a menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Dec 14, 2014
1 parent 27ed524 commit dcc6ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/access/room.cpp
Expand Up @@ -588,6 +588,7 @@ void Room::walkCursor() {

void Room::commandOff() {
_selectCommand = -1;
_vm->_events->_normalMouse = CURSOR_CROSSHAIRS;
_vm->_events->setCursor(CURSOR_CROSSHAIRS);
roomMenu();
}
Expand Down

0 comments on commit dcc6ceb

Please sign in to comment.