assert(0) in LegoCarRaceActor::VTable0x1c is beta10-only

This commit is contained in:
Anonymous Maarten 2025-06-11 03:02:21 +02:00
parent 99ff92e49e
commit b7c7aa1062

View File

@ -192,7 +192,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
}
}