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:
committed by
Michael Steenbeek
parent
95e75c4575
commit
94bdfb0e43
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user