Removed _roomChange hack since it's no longer needed.
svn-id: r43392
This commit is contained in:
parent
abf10049bb
commit
1c0df34b4d
4 changed files with 0 additions and 14 deletions
|
@ -607,9 +607,6 @@ void Script::newRoom(Common::Queue<int> ¶ms) {
|
|||
|
||||
_vm->_game->setRoomNum(room);
|
||||
_vm->_game->setGateNum(gate);
|
||||
|
||||
// HACK: Won't be needed once I've implemented the loop properly
|
||||
_vm->_game->_roomChange = true;
|
||||
}
|
||||
|
||||
void Script::talk(Common::Queue<int> ¶ms) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue