aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/console.cpp')
-rw-r--r--engines/adl/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/console.cpp b/engines/adl/console.cpp
index e7611419e0..7305ec8125 100644
--- a/engines/adl/console.cpp
+++ b/engines/adl/console.cpp
@@ -227,7 +227,7 @@ bool Console::Cmd_Room(int argc, const char **argv) {
return true;
}
- _engine->_state.room = room;
+ _engine->switchRoom(room);
prepareGame();
}