(svn r9373) -Fix (r9271): the chosen language was not stored nor read properly in/from the cfg.
This commit is contained in:
@@ -325,7 +325,7 @@ struct Language {
|
||||
struct DynamicLanguages {
|
||||
int num; ///< Number of languages
|
||||
int curr; ///< Currently selected language index
|
||||
char curr_file[MAX_PATH]; ///< Currently selected language file (needed for saving the filename of the loaded language
|
||||
char curr_file[MAX_PATH]; ///< Currently selected language file name without path (needed for saving the filename of the loaded language).
|
||||
StringID dropdown[MAX_LANG + 1]; ///< List of languages in the settings gui
|
||||
Language ent[MAX_LANG]; ///< Information about the languages
|
||||
};
|
||||
|
Reference in New Issue
Block a user