diff options
author | rubidium <rubidium@openttd.org> | 2011-03-05 11:16:44 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-03-05 11:16:44 +0000 |
commit | e48967541a8ce602267f80d295bcb4fe89ca70fb (patch) | |
tree | 4e3475e4a57297a7850beadc4c8f1f325f750268 /src/table/settings.h.preamble | |
parent | 2636a4809b27bac69448e583889056e56938decd (diff) | |
download | openttd-e48967541a8ce602267f80d295bcb4fe89ca70fb.tar.xz |
(svn r22198) -Codechange: make some constants name more explicit
Diffstat (limited to 'src/table/settings.h.preamble')
-rw-r--r-- | src/table/settings.h.preamble | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/table/settings.h.preamble b/src/table/settings.h.preamble index fa4597e90..e29feb83b 100644 --- a/src/table/settings.h.preamble +++ b/src/table/settings.h.preamble @@ -166,9 +166,9 @@ static bool UpdateClientConfigValues(int32 p1); /* Shortcuts for macros below. Logically if we don't save the value * we also don't sync it in a network game */ -#define S SLF_SAVE_NO | SLF_NETWORK_NO -#define C SLF_CONFIG_NO -#define N SLF_NETWORK_NO +#define S SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC +#define C SLF_NOT_IN_CONFIG +#define N SLF_NO_NETWORK_SYNC #define D0 SGF_0ISDISABLED #define NC SGF_NOCOMMA |