summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-26 01:56:55 -0700
committerIra Rice <irarice@gmail.com>2009-01-26 01:56:55 -0700
commit803e0dae01f09afbe529799cf89a8f57fe518ddb (patch)
tree6721b01603dcf77934cdb55afa659580a215b56d /src/being.h
parent062f4065f5a2117fc5fd5f408e1f3163e2f63afc (diff)
downloadmana-client-803e0dae01f09afbe529799cf89a8f57fe518ddb.tar.gz
mana-client-803e0dae01f09afbe529799cf89a8f57fe518ddb.tar.bz2
mana-client-803e0dae01f09afbe529799cf89a8f57fe518ddb.tar.xz
mana-client-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.h3
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;