ACCESS: Add a button to allow skipping the river scene

This commit is contained in:
Paul Gilbert 2014-12-09 20:11:44 -05:00
parent beba0b40d5
commit cdc27778c0
3 changed files with 19 additions and 7 deletions

View file

@ -362,7 +362,7 @@ void AmazonScripts::executeSpecial(int commandIndex, int param1, int param2) {
plotInactive();
break;
case 13:
_game->_river.river();
_game->_river.doRiver();
break;
case 14:
_game->_ant.doAnt();