(svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure

This commit is contained in:
rubidium 2009-09-26 17:50:10 +00:00
parent 870af9695a
commit 812ba03058
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {