summaryrefslogtreecommitdiff
path: root/src/variables.h
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
commitca161c8e72efc673c23662d62be05a9f5e16da0e (patch)
tree7a9902f87091957529265ccda02342bdc7d7ae6d /src/variables.h
parent495c07cd08b46295002350c770389d780c5f2a5f (diff)
downloadopenttd-ca161c8e72efc673c23662d62be05a9f5e16da0e.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/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variables.h b/src/variables.h
index 58510ed98..f367e7baf 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -315,7 +315,7 @@ VARDEF SmallFiosItem _file_to_saveload;
VARDEF Vehicle *_place_clicked_vehicle;
-VARDEF char _ini_videodriver[32], _ini_musicdriver[32], _ini_sounddriver[32];
+VARDEF char _ini_videodriver[32], _ini_musicdriver[32], _ini_sounddriver[32], _ini_blitter[32];
VARDEF int _num_resolutions;
VARDEF uint16 _resolutions[32][2];