mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
fix formatting
This commit is contained in:
parent
425824b424
commit
d1aa7a29fc
@ -71,7 +71,7 @@ class CarRace : public LegoRace {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
undefined m_unk0x144[12]; // 0x144
|
undefined m_unk0x144[12]; // 0x144
|
||||||
RaceSkel* m_skeleton; // 0x150
|
RaceSkel* m_skeleton; // 0x150
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // CARRACE_H
|
#endif // CARRACE_H
|
||||||
|
|||||||
@ -215,8 +215,7 @@ void LegoAnimActor::ParseAction(char* p_extra)
|
|||||||
|
|
||||||
while (token) {
|
while (token) {
|
||||||
// name verified by BETA10 0x1003e9f5
|
// name verified by BETA10 0x1003e9f5
|
||||||
LegoLocomotionAnimPresenter* p =
|
LegoLocomotionAnimPresenter* p = (LegoLocomotionAnimPresenter*) world->Find("LegoAnimPresenter", token);
|
||||||
(LegoLocomotionAnimPresenter*) world->Find("LegoAnimPresenter", token);
|
|
||||||
|
|
||||||
assert(p);
|
assert(p);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user