summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 3d6b7a5fd..b12ed7ce6 100644
--- a/variables.h
+++ b/variables.h
@@ -399,7 +399,7 @@ static inline uint32 GetDParam(uint n)
#define INJECT_DPARAM(n) InjectDparam(n);
-#define SET_EXPENSES_TYPE(x) if (x) _yearly_expenses_type=x;
+#define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
/* landscape.c */
extern const byte _tileh_to_sprite[32];