Add documentation for m_status

This commit is contained in:
Sebastian Mischke 2026-01-08 00:38:25 +01:00
parent b855b4629f
commit c2629ced7c

View File

@ -41,6 +41,13 @@ class HelicopterState : public LegoState {
// SYNTHETIC: LEGO1 0x1000e190 // SYNTHETIC: LEGO1 0x1000e190
// HelicopterState::`scalar deleting destructor' // HelicopterState::`scalar deleting destructor'
// Status of the helicopter:
// 0: Landed
// 1: Taking off
// 2: In the air
// 3: Landing
// 4: Good ending
// 5: Bad ending
MxU32 m_status; // 0x08 MxU32 m_status; // 0x08
}; };