mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change macro for pboProject (#4120)
This commit is contained in:
@ -44,7 +44,7 @@
|
|||||||
interval = 1; \
|
interval = 1; \
|
||||||
}; \
|
}; \
|
||||||
}
|
}
|
||||||
#define MERGE(var1,var2) var1##var2
|
#define MERGE(var1,var2) ##var1####var2
|
||||||
#define EFFECT_AFTER_WATER(color) class ACE_SmokeAfterWater##color##: ACE_SmokeAfterWaterWhite { \
|
#define EFFECT_AFTER_WATER(color) class ACE_SmokeAfterWater##color##: ACE_SmokeAfterWaterWhite { \
|
||||||
class SmokeAfterWater: SmokeAfterWater { \
|
class SmokeAfterWater: SmokeAfterWater { \
|
||||||
type = QUOTE(MERGE(ACE_SmokeAfterWater,color)); \
|
type = QUOTE(MERGE(ACE_SmokeAfterWater,color)); \
|
||||||
|
Reference in New Issue
Block a user