Patch #2122869: ALL: Common load dialog

svn-id: r34883
This commit is contained in:
Max Horn 2008-11-03 18:32:16 +00:00
parent 6466661252
commit 55c10e0ec6
24 changed files with 251 additions and 55 deletions

View file

@ -183,7 +183,17 @@ public:
* the game till the save.
* This flag may only be set when 'kSavesSupportMetaInfo' is set.
*/
kSavesSupportPlayTime
kSavesSupportPlayTime,
/**
*Features loading from the Common ScummVM options dialog in-game
*/
kSupportsLoadingDuringRuntime,
/**
*Features saving from the Common ScummVM options dialog in-game
*/
kSupportsSavingDuringRuntime
};
/**