Adds buttons to hide loadout/job equipment in the character preview (#9998)

This commit is contained in:
fernerr
2020-09-18 17:48:29 +02:00
committed by GitHub
parent 50ec237fcb
commit b68ef43bfe
5 changed files with 32 additions and 6 deletions
@@ -0,0 +1,3 @@
#define EQUIP_PREVIEW_LOADOUT 1
#define EQUIP_PREVIEW_JOB 2
#define EQUIP_PREVIEW_ALL (EQUIP_PREVIEW_LOADOUT|EQUIP_PREVIEW_JOB)