From e2da9f15ddf423d053dc71705798ed9ca0f44eeb Mon Sep 17 00:00:00 2001 From: Daniel Hejduk Date: Fri, 12 Jan 2024 06:57:34 +0100 Subject: [PATCH] Adding m_unk variables to gasstation.h --- LEGO1/lego/legoomni/include/gasstation.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/include/gasstation.h b/LEGO1/lego/legoomni/include/gasstation.h index 0617e161..ac1fbdc8 100644 --- a/LEGO1/lego/legoomni/include/gasstation.h +++ b/LEGO1/lego/legoomni/include/gasstation.h @@ -26,6 +26,17 @@ class GasStation : public LegoWorld { { return !strcmp(p_name, GasStation::ClassName()) || LegoWorld::IsA(p_name); } -}; +private: + undefined m_unk0xf8 = 0; + undefined m_unk0x104 = 0; + undefined m_unk0x100 = 0; + undefined m_unk0x106 = 0; + undefined m_unk0xfc = 0; + undefined m_unk0x108 = 0; + undefined m_unk0x114 = 0; + undefined m_unk0x10c = 0; + undefined m_unk0x115 = 0; + undefined m_unk0x110 = 0; +}; #endif // GASSTATION_H