Fix clang compilation, fixes #1113
parent
adda82819c
commit
0e6d22a549
|
@ -237,7 +237,7 @@ public:
|
||||||
void SetMagnifyDamage(float factor) override;
|
void SetMagnifyDamage(float factor) override;
|
||||||
float GetMagnifyDamage() override;
|
float GetMagnifyDamage() override;
|
||||||
|
|
||||||
void SetDamaging(bool damaging);
|
void SetDamaging(bool damaging) override;
|
||||||
bool IsDamaging() override;
|
bool IsDamaging() override;
|
||||||
|
|
||||||
void SetDying(DeathType deathType) override;
|
void SetDying(DeathType deathType) override;
|
||||||
|
|
Loading…
Reference in New Issue