diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 22:45:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 22:45:52 +0300 |
commit | ac3ccda23ac4b5c69e15147b8082d90df2ac23de (patch) | |
tree | 593f2899e1891d8c5a6af47349570fb793e7ff79 /src/being/being.h | |
parent | 6849c5919c02b4cf97de91c801b542e36eb089ce (diff) | |
download | plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.gz plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.bz2 plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.xz plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.zip |
Move spells and graphics related constants into separate files.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/being/being.h b/src/being/being.h index bab1cc254..0f094c908 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -44,13 +44,6 @@ #include "localconsts.h" -static const unsigned int FIRST_IGNORE_EMOTE = 14; -static const unsigned int STATUS_EFFECTS = 32; - -static const unsigned int SPEECH_TIME = 500; -static const unsigned int SPEECH_MIN_TIME = 200; -static const unsigned int SPEECH_MAX_TIME = 800; - static const int DEFAULT_BEING_WIDTH = 32; static const int DEFAULT_BEING_HEIGHT = 32; |