DM: Add proper save header
This commit is contained in:
parent
f9323fe9fa
commit
2ee50eda35
4 changed files with 20 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue