aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-18 21:00:03 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitcefc231968412af089b6957173f9162b9852e94e (patch)
treefb888d10eaa9d99f8fb8079b076d84e41a79378b /engines/dm/dm.h
parentc01293162cfd47e553fc8aad864abec56a3b463e (diff)
downloadscummvm-rg350-cefc231968412af089b6957173f9162b9852e94e.tar.gz
scummvm-rg350-cefc231968412af089b6957173f9162b9852e94e.tar.bz2
scummvm-rg350-cefc231968412af089b6957173f9162b9852e94e.zip
DM: Make ScummVM's save dialog open up when saving
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index d72bc63219..2e3144bbaf 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -213,6 +213,7 @@ class DMEngine : public Engine {
void initArrays();
Common::String getSavefileName(uint16 slot);
void writeSaveGameHeader(Common::OutSaveFile *out, const Common::String &saveName);
+ void writeCompleteSaveFile(int16 slot, Common::String &desc, int16 saveAndPlayChoice);
void f439_drawEntrance(); // @ F0439_STARTEND_DrawEntrance
public:
explicit DMEngine(OSystem *syst, const ADGameDescription *gameDesc);
@@ -227,7 +228,7 @@ public:
int16 M0_indexToOrdinal(int16 val); // @ M00_INDEX_TO_ORDINAL
void f19_displayErrorAndStop(int16 errorIndex); // @ F0019_MAIN_DisplayErrorAndStop
virtual Common::Error run(); // @ main
- void f433_processCommand140_saveGame(uint16 slot, const Common::String desc); // @ F0433_STARTEND_ProcessCommand140_SaveGame_CPSCDF
+ void f433_processCommand140_saveGame(); // @ F0433_STARTEND_ProcessCommand140_SaveGame_CPSCDF
LoadgameResponse f435_loadgame(int16 slot); // @ F0435_STARTEND_LoadGame_CPSF
void f441_processEntrance(); // @ F0441_STARTEND_ProcessEntrance
void f444_endGame(bool doNotDrawCreditsOnly); // @ F0444_STARTEND_Endgame