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
commitc5c0a54a5020e911f0375db8dfbf228032a5773a (patch)
treec2f4c35c11c20e29965ea5917120f1e84e36bae8 /src/variables.h
parent63a5b0e8bea3a3d253b6d2dac88dd3e9cc84224c (diff)
downloadopenttd-c5c0a54a5020e911f0375db8dfbf228032a5773a.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 {