ACCESS: Cleanup of room _function and river canoe movement

This commit is contained in:
Paul Gilbert 2014-11-27 21:35:20 -05:00
parent 64b45e68aa
commit 3be3cb1ac2
9 changed files with 81 additions and 106 deletions

View file

@ -531,7 +531,7 @@ void Scripts::cmdSpecial() {
if (_specialFunction == 1) {
_vm->_screen->restorePalette();
_vm->_room->_function = 3;
_vm->_room->_function = FN_RELOAD;
}
}