mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Changes to GasStation::Create based on beta debug build (#664)
* Implement/match LegoAnimNodeData::FUN_100a0990 * Change GasStation::Create based on beta debug build
This commit is contained in:

committed by
GitHub

parent
dcc3946a08
commit
06080b6492
@@ -9,10 +9,6 @@ class GasStationState : public LegoState {
|
||||
public:
|
||||
// SIZE 0x04
|
||||
struct Unknown0x14 {
|
||||
inline void SetUnknown0x00(undefined4 p_unk0x00) { m_unk0x00 = p_unk0x00; }
|
||||
inline undefined4 GetUnknown0x00() { return m_unk0x00; }
|
||||
|
||||
private:
|
||||
undefined4 m_unk0x00; // 0x00
|
||||
};
|
||||
|
||||
@@ -36,7 +32,7 @@ public:
|
||||
// SYNTHETIC: LEGO1 0x10006290
|
||||
// GasStationState::`scalar deleting destructor'
|
||||
|
||||
inline Unknown0x14& GetUnknown0x14() { return m_unk0x14; }
|
||||
friend class GasStation;
|
||||
|
||||
private:
|
||||
undefined4 m_unk0x08[3]; // 0x08
|
||||
|
Reference in New Issue
Block a user