changed the color of the skill level beginner

This commit is contained in:
Volker Fischer 2015-02-04 18:11:58 +00:00
parent 8c3773442e
commit f4820f6c0f

View File

@ -555,9 +555,9 @@ enum ESkillLevel
#define RGBCOL_R_SL_NOT_SET 255
#define RGBCOL_G_SL_NOT_SET 255
#define RGBCOL_B_SL_NOT_SET 255
#define RGBCOL_R_SL_BEGINNER 225
#define RGBCOL_G_SL_BEGINNER 225
#define RGBCOL_B_SL_BEGINNER 255
#define RGBCOL_R_SL_BEGINNER 255
#define RGBCOL_G_SL_BEGINNER 255
#define RGBCOL_B_SL_BEGINNER 200
#define RGBCOL_R_SL_INTERMEDIATE 225
#define RGBCOL_G_SL_INTERMEDIATE 255
#define RGBCOL_B_SL_INTERMEDIATE 225