mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
Add documentation for m_status
This commit is contained in:
parent
b855b4629f
commit
c2629ced7c
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user