diff options
author | rubidium <rubidium@openttd.org> | 2011-11-20 19:06:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-20 19:06:27 +0000 |
commit | 1fde9c7f8a2ecce81b8c47e24f41bbeffecf129b (patch) | |
tree | 1d471e7079873935baeff50908415f812e2f8526 /src/table | |
parent | 59fdb00f1e795ddee568893441a07b5f626ef1eb (diff) | |
download | openttd-1fde9c7f8a2ecce81b8c47e24f41bbeffecf129b.tar.xz |
(svn r23287) -Fix (r23274): mono_size is a better name than large_mono for the size variable in the configuration file
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/misc_settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/misc_settings.ini b/src/table/misc_settings.ini index c707025a6..1a5780018 100644 --- a/src/table/misc_settings.ini +++ b/src/table/misc_settings.ini @@ -180,7 +180,7 @@ max = 72 [SDTG_VAR] ifdef = WITH_FREETYPE -name = ""large_mono"" +name = ""mono_size"" type = SLE_UINT var = _freetype.mono_size def = 10 |