vabold / Kinoko

A reimplementation of Mario Kart Wii's physics engine in C++
MIT License
46 stars 10 forks source link

Reorganize function order in KartMove.cc/hh #101

Open malleoz opened 6 months ago

malleoz commented 6 months ago

We have the following janky order that should be reorganized/cleaned up:

Less chaotic in Bike derived class, but you get the gist.