summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-09-13 12:28:53 +0000
committertruelight <truelight@openttd.org>2007-09-13 12:28:53 +0000
commitf1336fba6821591cd2a9b40d8fa4b2f6c6e2423c (patch)
tree7a9902f87091957529265ccda02342bdc7d7ae6d /src/settings.cpp
parent1e4f8d7a236e3cdc0871fa0e102a5baa660c7060 (diff)
downloadopenttd-f1336fba6821591cd2a9b40d8fa4b2f6c6e2423c.tar.xz
(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter (so you don't have to keep on doing 'openttd -b 32bpp-optimized'..)
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 3aaa7941b..9178650fc 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -1245,6 +1245,7 @@ static const SettingDescGlobVarList _misc_settings[] = {
SDTG_STR("videodriver", SLE_STRB,C|S,0, _ini_videodriver, NULL, STR_NULL, NULL),
SDTG_STR("musicdriver", SLE_STRB,C|S,0, _ini_musicdriver, NULL, STR_NULL, NULL),
SDTG_STR("sounddriver", SLE_STRB,C|S,0, _ini_sounddriver, NULL, STR_NULL, NULL),
+ SDTG_STR("blitter", SLE_STRB,C|S,0, _ini_blitter, NULL, STR_NULL, NULL),
SDTG_STR("language", SLE_STRB, S, 0, _dynlang.curr_file, NULL, STR_NULL, NULL),
SDTG_LIST("resolution", SLE_UINT16, S, 0, _cur_resolution, "640,480", STR_NULL, NULL),
SDTG_STR("screenshot_format",SLE_STRB, S, 0, _screenshot_format_name,NULL, STR_NULL, NULL),