Added new text color constants

This commit is contained in:
Blue Shadow 2017-09-25 00:02:49 +03:00 committed by Christoph Oelckers
parent 290a8a0b23
commit 72f38d64e6

View file

@ -193,6 +193,10 @@
#define CR_DARKGRAY 20
#define CR_DARKGREY 20
#define CR_CYAN 21
#define CR_ICE 22
#define CR_FIRE 23
#define CR_SAPPHIRE 24
#define CR_TEAL 25
// HUD message types --------------------------------------------------------