summaryrefslogtreecommitdiff
path: root/src/strings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-13 11:25:58 +0000
committerrubidium <rubidium@openttd.org>2010-11-13 11:25:58 +0000
commitf4e4056aed7f464f6b3de47ffbd1a1a93979fe84 (patch)
tree63b1b46cc37812740a3ea77f4a3f797dca75c5d1 /src/strings_type.h
parentf1959206951a77891664c461cd51c4f4b90db753 (diff)
downloadopenttd-f4e4056aed7f464f6b3de47ffbd1a1a93979fe84.tar.xz
(svn r21161) -Codechange: make the currently used language easier accessible
Diffstat (limited to 'src/strings_type.h')
-rw-r--r--src/strings_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strings_type.h b/src/strings_type.h
index be415f162..326be62ec 100644
--- a/src/strings_type.h
+++ b/src/strings_type.h
@@ -31,7 +31,6 @@ enum TextDirection {
/** 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).
LanguageMetadata ent[MAX_LANG]; ///< Information about the languages
};