Skip to content

Commit

Permalink
ACCESS: Minor cleanup of _saveRiver flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 13, 2014
1 parent 1870e31 commit beba0b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions engines/access/amazon/amazon_logic.cpp
Expand Up @@ -1578,14 +1578,10 @@ void River::moveCanoe() {
// Disk icon wasn't clicked
_vm->_scripts->printString(BAR_MESSAGE);
} else {
// Clicked on the Disc icon
_saveRiver = true;

// Show the ScummVM menu
// Clicked on the Disc icon. Show the ScummVM menu
_vm->_room->handleCommand(9);

if (_vm->_room->_function != FN_CLEAR1) {
_saveRiver = false;
_vm->_room->buildScreen();
_vm->copyBF2Vid();
}
Expand Down

0 comments on commit beba0b4

Please sign in to comment.