From c2629ced7cd4872553fba59b8bafa2daee299aca Mon Sep 17 00:00:00 2001 From: Sebastian Mischke Date: Thu, 8 Jan 2026 00:38:25 +0100 Subject: [PATCH] Add documentation for m_status --- LEGO1/lego/legoomni/include/helicopter.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LEGO1/lego/legoomni/include/helicopter.h b/LEGO1/lego/legoomni/include/helicopter.h index 4096a7d8..fddd69b6 100644 --- a/LEGO1/lego/legoomni/include/helicopter.h +++ b/LEGO1/lego/legoomni/include/helicopter.h @@ -41,6 +41,13 @@ class HelicopterState : public LegoState { // SYNTHETIC: LEGO1 0x1000e190 // 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 };