1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Refactor marketing.h flag

This commit is contained in:
Enrico Paganin
2017-10-02 15:51:43 +02:00
committed by Michael Steenbeek
parent 95e75c4575
commit 94bdfb0e43

View File

@@ -37,7 +37,9 @@ enum{
VOUCHER_TYPE_FOOD_OR_DRINK_FREE,
};
#define CAMPAIGN_ACTIVE_FLAG (1 << 7)
enum {
CAMPAIGN_ACTIVE_FLAG = (1 << 7)
};
#ifdef __cplusplus
extern "C" {