patch flight by fowl top chest to not always start closed

This commit is contained in:
gymnast86
2026-04-26 04:12:09 -07:00
parent 7c331fdb2c
commit 01d217acb5
3 changed files with 65 additions and 0 deletions
+3
View File
@@ -64,6 +64,9 @@ public:
virtual int Delete();
virtual BOOL checkSmallTbox() { return true; }
#if TARGET_PC
u8 getTboxNo() { return fopAcM_GetParamBit(this, 16, 8);}
#endif
u8 getModelType() { return fopAcM_GetParamBit(this, 8, 4); }
u8 getItemNo() { return fopAcM_GetParamBit(this, 0, 8); }