diff options
| author | megamage <none@none> | 2009-02-18 16:51:10 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-18 16:51:10 -0600 |
| commit | 8c7daebae902fc3b8fcd16113a89ea8d90d913f9 (patch) | |
| tree | 387b3a09fc08a73b1b4315b563709184f5c823c2 /src/game/Formulas.h | |
| parent | d0a3d03422ccf25b1b8c9ac4778189ed484ee930 (diff) | |
[7296] Fixed some GCC warnings. Author: VladimirMangos
--HG--
branch : trunk
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) { |
