Implement/match LegoPathController::FUN_10046050 (#916)

This commit is contained in:
Christian Semmler
2024-05-13 08:39:43 -04:00
committed by GitHub
parent 5f34d2e877
commit ccf33575db
5 changed files with 89 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
struct LegoUnknown100db7f4 : public LegoEdge {
public:
enum {
c_bit1 = 0x01,
c_bit2 = 0x02,
c_bit3 = 0x04,
c_bit4 = 0x08
};
@@ -32,6 +34,8 @@ public:
return SUCCESS;
}
LegoU32 GetMask0x03() { return m_flags & (c_bit1 | c_bit2); }
// SYNTHETIC: LEGO1 0x1009a6c0
// LegoUnknown100db7f4::`scalar deleting destructor'