Mercurial > mm7
diff Player.cpp @ 995:5876a9cafa3e
Various UIs, autonotes title fixed
author | Nomad |
---|---|
date | Tue, 14 May 2013 14:03:07 +0200 |
parents | 3431f6abc786 |
children | dcdfbb6eede9 |
line wrap: on
line diff
--- a/Player.cpp Tue May 14 12:35:06 2013 +0200 +++ b/Player.cpp Tue May 14 14:03:07 2013 +0200 @@ -3273,9 +3273,9 @@ unsigned int result; // eax@2 if ( CanTrainToNextLevel() ) - result = ui_color_text_bonus; + result = ui_character_bonus_text_color; else - result = ui_color_text_default; + result = ui_character_default_text_color; return result; }