summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-05-03 20:30:26 +0000
committerfrosch <frosch@openttd.org>2011-05-03 20:30:26 +0000
commitbfd09004fe040c16b679637f0c2b0f6354438d9b (patch)
tree4a213a13643837f69b74afe1e2b59a83bae2f79e /src/settings_gui.cpp
parentdbfd156eb6df4648b05661beb152735ad05fb28e (diff)
downloadopenttd-bfd09004fe040c16b679637f0c2b0f6354438d9b.tar.xz
(svn r22417) -Add: an advanced setting to specify the default palette to use for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 1556e3bc4..9d0ce42b8 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1383,6 +1383,7 @@ static SettingEntry _settings_ui[] = {
SettingEntry("gui.hover_delay"),
SettingEntry("gui.toolbar_pos"),
SettingEntry("gui.statusbar_pos"),
+ SettingEntry("gui.newgrf_default_palette"),
SettingEntry("gui.pause_on_newgame"),
SettingEntry("gui.advanced_vehicle_list"),
SettingEntry("gui.timetable_in_ticks"),