Wrong #define.
This commit is contained in:
@@ -282,7 +282,7 @@ ManaCost::ManaCost(ManaCost * manaCost)
|
|||||||
// Copy Constructor
|
// Copy Constructor
|
||||||
|
|
||||||
ManaCost::ManaCost(const ManaCost& manaCost)
|
ManaCost::ManaCost(const ManaCost& manaCost)
|
||||||
#ifdef SUPPORT_OBJECT_ANALYTICS
|
#ifdef TRACK_OBJECT_USAGE
|
||||||
: InstanceCounter<ManaCost>(manaCost)
|
: InstanceCounter<ManaCost>(manaCost)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user