* Change long to TLong.

This allows a potential linux port to become reality much easier.
This commit is contained in:
iProgramInCpp
2023-07-31 21:08:31 +03:00
parent 47f9b45ac4
commit 5884302836
24 changed files with 82 additions and 48 deletions

View File

@@ -157,7 +157,7 @@ LABEL_31:
while (field_E8 - field_EC >= 180.0f)
field_EC += 360.0f;
while (m_pitch - field_60 < -180.0f);
while (m_pitch - field_60 < -180.0f)
field_60 -= 360.0f;
while (m_pitch - field_60 >= 180.0f)