mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 23:19:09 +00:00
(svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure
This commit is contained in:
@@ -213,7 +213,7 @@ static bool UpdateClientConfigValues(int32 p1);
|
|||||||
#define CR SGF_CURRENCY
|
#define CR SGF_CURRENCY
|
||||||
#define NN SGF_NO_NETWORK
|
#define NN SGF_NO_NETWORK
|
||||||
#define NG SGF_NEWGAME_ONLY
|
#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
|
#define PC SGF_PER_COMPANY
|
||||||
|
|
||||||
static const SettingDesc _music_settings[] = {
|
static const SettingDesc _music_settings[] = {
|
||||||
|
Reference in New Issue
Block a user