aboutsummaryrefslogtreecommitdiff
path: root/src/game/Formulas.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-18 16:51:10 -0600
committermegamage <none@none>2009-02-18 16:51:10 -0600
commit8c7daebae902fc3b8fcd16113a89ea8d90d913f9 (patch)
tree387b3a09fc08a73b1b4315b563709184f5c823c2 /src/game/Formulas.h
parentd0a3d03422ccf25b1b8c9ac4778189ed484ee930 (diff)
[7296] Fixed some GCC warnings. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/Formulas.h')
-rw-r--r--src/game/Formulas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Formulas.h b/src/game/Formulas.h
index dc90b21e535..041c0621c74 100644
--- a/src/game/Formulas.h
+++ b/src/game/Formulas.h
@@ -34,7 +34,7 @@ namespace Trinity
}
namespace XP
{
- typedef enum XPColorChar { RED, ORANGE, YELLOW, GREEN, GRAY };
+ enum XPColorChar { RED, ORANGE, YELLOW, GREEN, GRAY };
inline uint32 GetGrayLevel(uint32 pl_level)
{