From 1820ac83882c56850d922c3e823b868cf91c927e Mon Sep 17 00:00:00 2001 From: Daniel Hejduk <156322098+danielhejduk@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:47:54 +0100 Subject: [PATCH] Update gasstation.h --- LEGO1/lego/legoomni/include/gasstation.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/LEGO1/lego/legoomni/include/gasstation.h b/LEGO1/lego/legoomni/include/gasstation.h index 6b975eab..b7ac732b 100644 --- a/LEGO1/lego/legoomni/include/gasstation.h +++ b/LEGO1/lego/legoomni/include/gasstation.h @@ -29,15 +29,15 @@ class GasStation : public LegoWorld { } 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; + undefined m_unk0xf8; + undefined m_unk0x104; + undefined m_unk0x100; + undefined m_unk0x106; + undefined m_unk0xfc; + undefined m_unk0x108; + undefined m_unk0x114; + undefined m_unk0x10c; + undefined m_unk0x115; + undefined m_unk0x110; }; #endif // GASSTATION_H