(svn r27639) -Codechange: Also always set the abstract FileToSaveLoad::filetype when setting a mode.

This commit is contained in:
alberth
2016-09-04 12:47:39 +00:00
parent 2fa0fdb176
commit c6ac071619
2 changed files with 28 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ enum AbstractFileType {
FT_SAVEGAME, ///< old or new savegame
FT_SCENARIO, ///< old or new scenario
FT_HEIGHTMAP, ///< heightmap file
FT_INVALID = 7, ///< Invalid or unknown file type.
};
/** Elements of a file system that are recognized. */