Changeset - r3021:1511c3c181fa
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2006-02-13 22:11:03
truelight@openttd.org
(svn r3601) -Codechange: special for Tron, and he was absolutely correct in thisone: added a comment for last commit
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
settings.c
Show inline comments
 
@@ -813,6 +813,7 @@ static const SettingDesc misc_settings[]
 
	{"news_display_opt",	SDT_UINT32,		"0xAAAAAAAA",		&_news_display_opt,		NULL}, // default to all full messages: 10101010101010101010 = 0xAAAAAAAA
 
	{"news_ticker_sound", SDT_BOOL,     (void*)true, &_news_ticker_sound,   NULL},
 
	{"fullscreen",				SDT_BOOL,			(void*)false, &_fullscreen,					NULL},
 
	/* Added the (uint32) cast in the next 3 lines, to suppress a warning on 64bit targets -- TrueLight */
 
	{"videodriver",				SDT_STRINGBUF | ((uint32)lengthof(_ini_videodriver)<<16) | SDT_NOSAVE,NULL,			_ini_videodriver,				NULL},
 
	{"musicdriver",				SDT_STRINGBUF | ((uint32)lengthof(_ini_musicdriver)<<16) | SDT_NOSAVE,NULL,			_ini_musicdriver,				NULL},
 
	{"sounddriver",				SDT_STRINGBUF | ((uint32)lengthof(_ini_sounddriver)<<16) | SDT_NOSAVE,NULL,			_ini_sounddriver,				NULL},
0 comments (0 inline, 0 general)