diff -r 5a41b1329cdf -r 96c331ee5ac3 src/strings_type.h --- a/src/strings_type.h Thu Jan 17 00:06:36 2008 +0000 +++ b/src/strings_type.h Thu Jan 17 00:21:43 2008 +0000 @@ -20,11 +20,10 @@ /** Used for dynamic language support */ struct DynamicLanguages { - int num; ///< Number of languages - int curr; ///< Currently selected language index - 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 + int num; ///< Number of languages + int curr; ///< Currently selected language index + char curr_file[MAX_PATH]; ///< Currently selected language file name without path (needed for saving the filename of the loaded language). + Language ent[MAX_LANG]; ///< Information about the languages }; // special string constants