aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/loadsave.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-18 17:18:01 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit7a255919994af82f4a09915f5586f9756ca0348a (patch)
tree07e14d06486a96c114a8c0698c6c944c486ca3c8 /engines/dm/loadsave.cpp
parenta2328b9eb2867c4b6ce78c4e4bab0c7f3a6cb620 (diff)
downloadscummvm-rg350-7a255919994af82f4a09915f5586f9756ca0348a.tar.gz
scummvm-rg350-7a255919994af82f4a09915f5586f9756ca0348a.tar.bz2
scummvm-rg350-7a255919994af82f4a09915f5586f9756ca0348a.zip
DM: Rearrange main parts to better align with the original
Diffstat (limited to 'engines/dm/loadsave.cpp')
-rw-r--r--engines/dm/loadsave.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/loadsave.cpp b/engines/dm/loadsave.cpp
index e58b746060..5518e7927d 100644
--- a/engines/dm/loadsave.cpp
+++ b/engines/dm/loadsave.cpp
@@ -22,6 +22,7 @@ LoadgameResponse LoadsaveMan::loadgame() {
assert(false);
// MISSING CODE: load game
}
+ _vm->_dungeonMan->loadDungeonFile();
if (newGame) {