mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix pboProject compatibility
This commit is contained in:
parent
f613597636
commit
9a37713710
@ -43,7 +43,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)); \
|
||||||
|
Loading…
Reference in New Issue
Block a user