mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
Clang-format of legoracespecial
This commit is contained in:
parent
cb989428bf
commit
cbd5a90503
@ -456,14 +456,8 @@ inline MxU32 LegoCarRaceActor::VTable0x6c(
|
||||
|
||||
LegoROI* firstROI = (LegoROI*) co->front();
|
||||
|
||||
if (firstROI->Intersect(
|
||||
p_v1,
|
||||
p_v2,
|
||||
p_f1,
|
||||
p_f2,
|
||||
p_v3,
|
||||
m_collideBox && actor->GetCollideBox()
|
||||
)) {
|
||||
if (firstROI
|
||||
->Intersect(p_v1, p_v2, p_f1, p_f2, p_v3, m_collideBox && actor->GetCollideBox())) {
|
||||
HitActor(actor, TRUE);
|
||||
|
||||
if (actor->HitActor(this, FALSE) < 0) {
|
||||
@ -476,14 +470,8 @@ inline MxU32 LegoCarRaceActor::VTable0x6c(
|
||||
|
||||
LegoROI* lastROI = (LegoROI*) co->back();
|
||||
|
||||
if (lastROI->Intersect(
|
||||
p_v1,
|
||||
p_v2,
|
||||
p_f1,
|
||||
p_f2,
|
||||
p_v3,
|
||||
m_collideBox && actor->GetCollideBox()
|
||||
)) {
|
||||
if (lastROI
|
||||
->Intersect(p_v1, p_v2, p_f1, p_f2, p_v3, m_collideBox && actor->GetCollideBox())) {
|
||||
HitActor(actor, TRUE);
|
||||
|
||||
if (actor->HitActor(this, FALSE) < 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user