Nearly match CTweaks.cpp

Former-commit-id: 8a7821264f
This commit is contained in:
2023-10-07 22:57:42 -07:00
parent 008dbc829b
commit 419604163a
16 changed files with 254 additions and 50 deletions

View File

@@ -52,6 +52,7 @@ public:
return type >= kMOT_BlueDoor && type <= kMOT_PlasmaDoorFloor2;
}
static void ReadAutomapperTweaks(const CTweakAutoMapper&);
private:
EMappableObjectType x0_type;
EVisMode x4_visibilityMode;
@@ -60,7 +61,6 @@ private:
CTransform4f x10_transform;
uchar x40_pad[0x10];
static void ReadAutomapperTweaks(const CTweakAutoMapper&);
CTransform4f AdjustTransformForType();
static CVector3f skDoorVerts[8];