Added skin box hide bit functionality

Added code to hide skin boxes when wearing a helmet if bit for said functionality is present.
This commit is contained in:
Langtanium 2026-04-14 16:30:16 -07:00
parent fd2fd65908
commit 24c74aa225
4 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,7 @@ public:
float xRot, yRot, zRot;
bool bMirror;
bool visible;
bool hideWithHelmet;
bool neverRender;
vector <Cube *> cubes;
vector <ModelPart *> children;