summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-01-31 20:20:36 +0000
committerDarkvater <Darkvater@openttd.org>2007-01-31 20:20:36 +0000
commit80abfa165ef5b2c953f5de5cdf94c70b44b108b0 (patch)
treec2f4c35c11c20e29965ea5917120f1e84e36bae8 /src/variables.h
parentc846b28d40810547e18a2720554e0b9117de4798 (diff)
downloadopenttd-80abfa165ef5b2c953f5de5cdf94c70b44b108b0.tar.xz
(svn r8497) -Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example 'bufsize' and 'hz'. Also use the recently introduced StrEmpty().
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 049730f43..420be73ed 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -312,7 +312,7 @@ VARDEF SmallFiosItem _file_to_saveload;
VARDEF Vehicle *_place_clicked_vehicle;
-VARDEF char _ini_videodriver[16], _ini_musicdriver[16], _ini_sounddriver[16];
+VARDEF char _ini_videodriver[32], _ini_musicdriver[32], _ini_sounddriver[32];
// Used for dynamic language support
typedef struct {