issues
search
vabold
/
Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
MIT License
46
stars
10
forks
source link
Kart namespace: Limit function visibility
#153
Open
malleoz
opened
1 month ago
malleoz
commented
1 month ago
Fixes #103
Got rid of
KartMove::clearJumpPad
as this was a duplicate of
cancelJumpPad
Got rid of
BSP::read
since all the ctor does is call that function
Fixes #103
KartMove::clearJumpPad
as this was a duplicate ofcancelJumpPad
BSP::read
since all the ctor does is call that function