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

This commit is contained in:
Anonymous Maarten
2025-06-11 03:17:24 +02:00
committed by GitHub
parent 99ff92e49e
commit bc481cc1c5

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
}
}