ACCESS: Add a button to allow skipping the river scene
This commit is contained in:
parent
beba0b40d5
commit
cdc27778c0
3 changed files with 19 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue