mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 03:55:44 -04:00
assert(0) in LegoCarRaceActor::VTable0x1c is beta10-only (#1553)
This commit is contained in:
parent
99ff92e49e
commit
bc481cc1c5
@ -192,7 +192,9 @@ MxS32 LegoCarRaceActor::VTable0x1c(LegoPathBoundary* p_boundary, LegoEdge* p_edg
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_unk0x7c = 0;
|
m_unk0x7c = 0;
|
||||||
|
#ifdef BETA10
|
||||||
assert(0);
|
assert(0);
|
||||||
|
#endif
|
||||||
return 0; // BETA10 returns -1 here
|
return 0; // BETA10 returns -1 here
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user