Removed _roomChange hack since it's no longer needed.

svn-id: r43392
This commit is contained in:
Denis Kasak 2009-08-15 02:53:14 +00:00
parent abf10049bb
commit 1c0df34b4d
4 changed files with 0 additions and 14 deletions

View file

@ -607,9 +607,6 @@ void Script::newRoom(Common::Queue<int> &params) {
_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> &params) {