fix formatting

This commit is contained in:
jonschz 2024-08-18 18:29:44 +02:00
parent 425824b424
commit d1aa7a29fc
2 changed files with 2 additions and 3 deletions

View File

@ -71,7 +71,7 @@ class CarRace : public LegoRace {
private:
undefined m_unk0x144[12]; // 0x144
RaceSkel* m_skeleton; // 0x150
RaceSkel* m_skeleton; // 0x150
};
#endif // CARRACE_H

View File

@ -215,8 +215,7 @@ void LegoAnimActor::ParseAction(char* p_extra)
while (token) {
// name verified by BETA10 0x1003e9f5
LegoLocomotionAnimPresenter* p =
(LegoLocomotionAnimPresenter*) world->Find("LegoAnimPresenter", token);
LegoLocomotionAnimPresenter* p = (LegoLocomotionAnimPresenter*) world->Find("LegoAnimPresenter", token);
assert(p);