mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
fix formatting
This commit is contained in:
parent
425824b424
commit
d1aa7a29fc
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user