summaryrefslogtreecommitdiff
path: root/src/driver.cpp
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-10-04 21:35:47 +0000
committermichi_cc <michi_cc@openttd.org>2011-10-04 21:35:47 +0000
commitc575b5bbd7c8a225ff5a2b1120c58edfc96f078d (patch)
treead19b7bddacec4ea1ecfd1dc62a418fb96273dad /src/driver.cpp
parent6dbb050a32122209497d9b41c373b3b759602883 (diff)
downloadopenttd-c575b5bbd7c8a225ff5a2b1120c58edfc96f078d.tar.xz
(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load.
Diffstat (limited to 'src/driver.cpp')
-rw-r--r--src/driver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver.cpp b/src/driver.cpp
index 448320c83..8ff3e361b 100644
--- a/src/driver.cpp
+++ b/src/driver.cpp
@@ -30,6 +30,7 @@ MusicDriver *_music_driver; ///< The currently active music driver.
char *_ini_musicdriver; ///< The music driver a stored in the configuration file.
char *_ini_blitter; ///< The blitter as stored in the configuration file.
+bool _blitter_autodetected; ///< Was the blitter autodetected or specified by the user?
/**
* Get a string parameter the list of parameters.