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 };