diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/table/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.h b/src/table/settings.h index d81422c91..1bdb6f5b9 100644 --- a/src/table/settings.h +++ b/src/table/settings.h @@ -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[] = { |