tested fixed tested fixed tested.

This commit is contained in:
Ghommie
2019-06-09 19:55:08 +02:00
parent 52d217a92b
commit d2e216f2de
7 changed files with 23 additions and 25 deletions
+3 -1
View File
@@ -264,9 +264,11 @@ GLOBAL_LIST_INIT(pda_styles, list(MONO, VT, ORBITRON, SHARE))
//pda icon reskins
#define PDA_SKIN_CLASSIC "Classic"
#define RESKIN_SUFFIX_CLASSIC ""
#define PDA_SKIN_ALT "Holographic"
#define RESKIN_SUFFIX_ALT "_alt"
GLOBAL_LIST_INIT(pda_reskins, list(PDA_SKIN_CLASSIC = "", PDA_SKIN_ALT = "_alt"))
GLOBAL_LIST_INIT(pda_reskins, list(PDA_SKIN_CLASSIC = RESKIN_SUFFIX_CLASSIC, PDA_SKIN_ALT = RESKIN_SUFFIX_ALT))
//Color Defines
#define OOC_COLOR "#002eb8"