diff options
Diffstat (limited to 'src/Entities/Player.h')
-rw-r--r-- | src/Entities/Player.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 7c8922dbf..3e35e4232 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -612,14 +612,6 @@ public: private: - /** Xp Level stuff */ - enum - { - XP_TO_LEVEL15 = 255, - XP_PER_LEVEL_TO15 = 17, - XP_TO_LEVEL30 = 825 - } ; - typedef std::vector<std::vector<AString> > AStringVectorVector; /** The current body stance the player has adopted. */ |