isledecomp / isle

A work-in-progress decompilation of LEGO Island (1997)
1.78k stars 89 forks source link

Implement `LegoCarBuildAnimPresenter::FUN_10079920()` #1108

Closed jonschz closed 1 month ago

jonschz commented 1 month ago

Matches to 100 %.

Since the purpose of the code was sufficiently clear, I gave this one a speculative name and changed some other names as well.

g_rotationAngleStepYAxis is not referenced anywhere else in the code base, so we will not get any additional information on it. It might be declared as const MxFloat in legocarbuild.cpp, but I guess we will only worry about that when all functions are implemented and we try to get the order of everything in the .dll file correct.