Add BETA10 assertions in LegoPathController (#1555)

* Add BETA10 assertions in LegoPathController

* formatting

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-06-12 08:52:56 +02:00
committed by GitHub
parent 9aa8dbfc46
commit 596ebde9d3
2 changed files with 18 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ public:
// FUNCTION: BETA10 0x100373f0
LegoU32 IsEqual(LegoWEEdge* p_other) { return this == p_other; }
// FUNCTION: BETA10 0x100bd410
void SetEdges(LegoOrientedEdge** p_edges, LegoU8 p_numEdges)
{
m_edges = p_edges;