Move WalkingMap instance to Game, and clean up parameters
svn-id: r45516
This commit is contained in:
parent
ebe5db4be2
commit
f3700a23e9
3 changed files with 13 additions and 11 deletions
|
@ -837,7 +837,7 @@ void Script::exitDialogue(Common::Queue<int> ¶ms) {
|
|||
|
||||
void Script::roomMap(Common::Queue<int> ¶ms) {
|
||||
// Load the default walking map for the room
|
||||
_vm->_game->loadWalkingMap(-1);
|
||||
_vm->_game->loadWalkingMap(_vm->_game->getMapID());
|
||||
}
|
||||
|
||||
void Script::disableQuickHero(Common::Queue<int> ¶ms) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue