Manually fix headers for build

This commit is contained in:
LagoLunatic
2023-11-24 13:06:40 -05:00
parent 471b881de8
commit 6c9b6c3c00
11 changed files with 90 additions and 34 deletions
+7 -7
View File
@@ -12,18 +12,18 @@ void daShip_c::initStartPos(const cXyz* pos, short rotY) {
next.pos.z = pos->z;
shape_angle.y = rotY;
current.angle.y = shape_angle.y;
field_0x0358 &= 0xffffffef;
m0358 &= 0xffffffef;
mGravity = -2.5f;
mWaveR.remove();
mWaveL.remove();
mWaveR.remove();
mSplash.remove();
mTrack.remove();
field_0x1970.end();
field_0x1984.end();
field_0x1998.end();
field_0x19ac.end();
field_0x19c0.end();
m1970.end();
m1984.end();
m1998.end();
m19AC.end();
m19C0.end();
}