diff options
Diffstat (limited to 'src/game/Formulas.h')
| -rw-r--r-- | src/game/Formulas.h | 2 |
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) { |
