(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load.

This commit is contained in:
michi_cc
2011-10-04 21:35:47 +00:00
parent d3e32121c9
commit 7b35dd4f54
6 changed files with 47 additions and 4 deletions

View File

@@ -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.