Merge remote-tracking branch 'isle/master'

This commit is contained in:
Christian Semmler 2025-06-10 18:17:28 -07:00
commit 9e549e25f3
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -193,7 +193,9 @@ MxS32 LegoCarRaceActor::VTable0x1c(LegoPathBoundary* p_boundary, LegoEdge* p_edg
}
else {
m_unk0x7c = 0;
#ifdef BETA10
assert(0);
#endif
return 0; // BETA10 returns -1 here
}
}