From e978599ccdfd3fcb073a4614056557f284b8d11b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Oct 2013 19:55:01 +0300 Subject: Remove virtual from Being::updateColors because it called in constructor. --- src/being/being.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index dff4afbda..c2d9dfc00 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -712,7 +712,7 @@ class Being : public ActorSprite, public ConfigListener void resetCounters(); - virtual void updateColors(); + void updateColors(); void setEnemy(const bool n) { mEnemy = n; } -- cgit v1.2.3-60-g2f50