From 80abfa165ef5b2c953f5de5cdf94c70b44b108b0 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 31 Jan 2007 20:20:36 +0000 Subject: (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(). --- src/variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/variables.h') 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 { -- cgit v1.2.3-54-g00ecf