diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-26 01:56:55 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-26 01:56:55 -0700 |
commit | 803e0dae01f09afbe529799cf89a8f57fe518ddb (patch) | |
tree | 6721b01603dcf77934cdb55afa659580a215b56d /src/being.h | |
parent | 062f4065f5a2117fc5fd5f408e1f3163e2f63afc (diff) | |
download | mana-803e0dae01f09afbe529799cf89a8f57fe518ddb.tar.gz mana-803e0dae01f09afbe529799cf89a8f57fe518ddb.tar.bz2 mana-803e0dae01f09afbe529799cf89a8f57fe518ddb.tar.xz mana-803e0dae01f09afbe529799cf89a8f57fe518ddb.zip |
Bit of code cleanup for the last commit (moved default width and height
out of being.h, so that they aren't included in any classes that don't
need them and cut the number of divisions in half in the being manager)
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being.h b/src/being.h index a43297ad..80295db8 100644 --- a/src/being.h +++ b/src/being.h @@ -432,9 +432,6 @@ class Being : public Sprite */ int getOffset(char pos, char neg) const; - static const int DEFAULT_WIDTH = 32; - static const int DEFAULT_HEIGHT = 32; - // Speech Bubble components SpeechBubble *mSpeechBubble; |