summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-06-09 13:02:05 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-06-09 13:02:05 +0000
commit3d0a0e8e48f1de9106628a11ed08fa0b71b961b4 (patch)
treeef13b8c860050005c2767ff7610357aba7f715f3 /src/settings.cpp
parent575cabe90a56a23fa13ca24962b12a4ff2216386 (diff)
downloadopenttd-3d0a0e8e48f1de9106628a11ed08fa0b71b961b4.tar.xz
(svn r25358) -Codechange: save and load link graph jobs and the schedule
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 4a2b66e6b..825e3cbca 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -1714,7 +1714,7 @@ void DeleteGRFPresetFromConfig(const char *config_name)
delete ini;
}
-static const SettingDesc *GetSettingDescription(uint index)
+const SettingDesc *GetSettingDescription(uint index)
{
if (index >= lengthof(_settings)) return NULL;
return &_settings[index];