summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-17 19:55:01 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-17 21:17:11 +0300
commite978599ccdfd3fcb073a4614056557f284b8d11b (patch)
treecf929626dc28d475b0568075aa7d35b38dc18d43 /src/being/being.h
parent985afc6e3325926e487667d60ab16b7d74b8f11b (diff)
downloadmv-e978599ccdfd3fcb073a4614056557f284b8d11b.tar.gz
mv-e978599ccdfd3fcb073a4614056557f284b8d11b.tar.bz2
mv-e978599ccdfd3fcb073a4614056557f284b8d11b.tar.xz
mv-e978599ccdfd3fcb073a4614056557f284b8d11b.zip
Remove virtual from Being::updateColors because it called in constructor.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h2
1 files changed, 1 insertions, 1 deletions
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; }