ACCESS: Add missing call to boatWalls
This commit is contained in:
parent
5016b2e768
commit
7a1650b3d3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void AmazonScripts::executeSpecial(int commandIndex, int param1, int param2) {
|
|||
warning("TODO ANT");
|
||||
break;
|
||||
case 15:
|
||||
warning("TODO BOATWALLS");
|
||||
boatWalls(param1, param2);
|
||||
break;
|
||||
default:
|
||||
warning("Unexpected Special code %d - Skipped", commandIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue