diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/being/being.h b/src/being/being.h index 4de35303f..aec735215 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -101,14 +101,6 @@ class Being : public ActorSprite, public ConfigListener SPAWN }; - enum Speech - { - NO_SPEECH = 0, - TEXT_OVERHEAD, - NO_NAME_IN_BUBBLE, - NAME_IN_BUBBLE - }; - enum AttackType { HIT = 0x00, |