summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index aeb03564..0591777e 100644
--- a/src/being.h
+++ b/src/being.h
@@ -411,6 +411,10 @@ class Being : public Sprite
std::list<Particle *> mChildParticleEffects;
private:
+
+ static const int Being::DEFAULT_WIDTH = 32;
+ static const int Being::DEFAULT_HEIGHT = 32;
+
// Speech Bubble components
SpeechBubble *mSpeechBubble;