mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement Helicopter (#329)
* Implement Helicopter * Fix names * Fix some issues * Disable warning --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -22,6 +22,11 @@ public:
|
||||
{
|
||||
return !strcmp(p_name, Isle::ClassName()) || LegoWorld::IsA(p_name);
|
||||
}
|
||||
inline void SetUnknown13c(MxU32 p_unk0x13c) { m_unk0x13c = p_unk0x13c; }
|
||||
|
||||
protected:
|
||||
undefined m_unk0xf8[0x44]; // 0xf8
|
||||
MxU32 m_unk0x13c; // 0x13c
|
||||
};
|
||||
|
||||
#endif // ISLE_H
|
||||
|
Reference in New Issue
Block a user