Mercurial > mm7
diff mm7_4.cpp @ 255:0a37a56e9f02
sprintfex & classes enum
author | Nomad |
---|---|
date | Mon, 18 Feb 2013 09:14:26 +0200 |
parents | d1af3319bc44 |
children | 8cf4fe6b4941 |
line wrap: on
line diff
--- a/mm7_4.cpp Mon Feb 18 08:48:23 2013 +0200 +++ b/mm7_4.cpp Mon Feb 18 09:14:26 2013 +0200 @@ -3530,7 +3530,7 @@ v45 = 0; v48 = 0; v46 = 0; - if ( v44 && v21->classType == PLAYER_CLASS_31 ) + if ( v44 && v21->classType == PLAYER_CLASS_WARLOCK ) v50 = 1; if ( v21->classType == PLAYER_CLASS_LICH ) v48 = 1; @@ -5625,7 +5625,7 @@ pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[32]); pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 388, 2 * v128 + 417, v80, pClassNames[32], 0, 0, 0); v85 = uColorTeal; - if ( uClassType != PLAYER_CLASS_SHOOTER ) + if ( uClassType != PLAYER_CLASS_ARCHER ) v85 = uColorWhite; pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[16]); pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 453, 417, v85, pClassNames[16], 0, 0, 0);