Merge pull request #1114 from B-CE/dev

Fix#1113 - a missing override keyword
1008-fix
krzys_h 2018-04-05 10:24:19 +02:00 committed by GitHub
commit 0391aaf773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;