gta-reversed / gta-reversed-modern

Reimplementation of GTA:SA 1.0 US
559 stars 96 forks source link

Fix (NOTSA) Animation code bugs #733

Closed Pirulax closed 3 months ago

Pirulax commented 3 months ago

Though, doesn't manage to fix #731 :(

  1. Fixes a few bugs I made.
  2. Also there are minor refactors.
  3. Add basic arithmetic ops support to FixedFloat that's done between 2 FixedFloats (This was done to fix the bug in CalcTotalTime)