Skip to content

Commit

Permalink
ACCESS: Fix selecting the help cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 30, 2014
1 parent 2cca520 commit d38839d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/access/room.cpp
Expand Up @@ -519,6 +519,7 @@ void Room::executeCommand(int commandId) {
_vm->_boxSelect = true;
return;
case 8:
events._normalMouse = CURSOR_HELP;
events.setCursor(CURSOR_HELP);
break;
default:
Expand Down

0 comments on commit d38839d

Please sign in to comment.