iOS Support (#113)

undefined
This commit is contained in:
Brent
2024-01-22 09:22:41 -06:00
committed by GitHub
parent 90a15340b1
commit afe875e4fa
109 changed files with 6523 additions and 1105 deletions

View File

@@ -18,7 +18,9 @@ HumanoidModel::HumanoidModel(float a, float b):
m_leg1(0, 16),
m_leg2(0, 16)
{
field_20 = false;
field_234 = 0;
field_20 = false;
m_head.setModel(this);
m_body.setModel(this);