mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure
This commit is contained in:
parent
870af9695a
commit
812ba03058
@ -213,7 +213,7 @@ static bool UpdateClientConfigValues(int32 p1);
|
||||
#define CR SGF_CURRENCY
|
||||
#define NN SGF_NO_NETWORK
|
||||
#define NG SGF_NEWGAME_ONLY
|
||||
#define NS (SGF_NEWGAME_ONLY | SGF_SCENEDIT_TOO)
|
||||
#define NS SGF_NEWGAME_ONLY | SGF_SCENEDIT_TOO
|
||||
#define PC SGF_PER_COMPANY
|
||||
|
||||
static const SettingDesc _music_settings[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user