DM: Add proper save header

This commit is contained in:
Bendegúz Nagy 2016-08-22 17:14:37 +02:00
parent f9323fe9fa
commit 2ee50eda35
4 changed files with 20 additions and 24 deletions

View file

@ -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;