aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-22 17:14:37 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit2ee50eda35d65a79bc66003edbc28d3bc7600e1f (patch)
tree7f65ebe2068ed968e1b8287a41c6456c319815ff /engines/dm/dm.cpp
parentf9323fe9fae6a45c0a4359775ba0383924a75c47 (diff)
downloadscummvm-rg350-2ee50eda35d65a79bc66003edbc28d3bc7600e1f.tar.gz
scummvm-rg350-2ee50eda35d65a79bc66003edbc28d3bc7600e1f.tar.bz2
scummvm-rg350-2ee50eda35d65a79bc66003edbc28d3bc7600e1f.zip
DM: Add proper save header
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 075112b149..236fb76c31 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -166,8 +166,7 @@ DMEngine::DMEngine(OSystem *syst, const ADGameDescription *desc) : Engine(syst),
_sound = nullptr;
_engineShouldQuit = false;
- _g528_saveFormat = 0;
- _g527_platform = 0;
+ _g528_saveFormat = k_FORMAT_NONE;
_g526_dungeonId = 0;
_g298_newGame = 0;