Skip to content

Commit

Permalink
ACCESS: Fix a couple of typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Dec 14, 2014
1 parent 66bf0ec commit 450deab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/access/amazon/amazon_room.cpp
Expand Up @@ -204,8 +204,8 @@ void AmazonRoom::mainAreaClick() {

void AmazonRoom::walkCursor() {
// WORKAROUND: For scene 29, which is a normal walkable scene, but yet can be
// 'exitted'. This workaround ensures the scene will only be left if you click
// the Exit icon wgeb the cursor is already a walk cursor
// 'exited'. This workaround ensures the scene will only be left if you click
// the Exit icon when the cursor is already a walk cursor
EventsManager &events = *_vm->_events;

if (_vm->_events->_middleButton || (_vm->_player->_roomNumber == 29 &&
Expand Down

0 comments on commit 450deab

Please sign in to comment.