From e25dfa6e7ef451c84bfe5863b1e61426232ebf8f Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 13 Apr 2005 23:03:31 +0000 Subject: (svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930]. - I also changed an order of strings from On, Off to Off, On, so this can be used ingame with the WWT_4 widget type. - Since the newssettings now take 2 bits per setting (off/summary/on) _news_display_opt is widened to 32 bits and the settings code changed slightly to accomodate for a maximum of 16 message-types. --- ttd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index 430b20e6f..825f52ea6 100644 --- a/ttd.c +++ b/ttd.c @@ -601,6 +601,7 @@ int ttd_main(int argc, char* argv[]) #endif LoadFromConfig(); + CheckConfig(); LoadFromHighScore(); // override config? -- cgit v1.2.3-54-g00ecf