mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
assert(0) in LegoCarRaceActor::VTable0x1c is beta10-only (#1553)
This commit is contained in:

committed by
GitHub

parent
99ff92e49e
commit
bc481cc1c5
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user