From 102734c970e455fbe4f029060f9816433994fbef Mon Sep 17 00:00:00 2001 From: Daniel Hejduk Date: Thu, 11 Jan 2024 18:24:38 +0100 Subject: [PATCH] Implementing GasStation:GasStation() function --- LEGO1/lego/legoomni/src/gasstation/gasstation.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp b/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp index 24325511..b9ccc796 100644 --- a/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp +++ b/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp @@ -3,7 +3,16 @@ // STUB: LEGO1 0x100046a0 GasStation::GasStation() { - // TODO + field1_0xf8 = 0; + field6_0x104 = 0; + field5_0x100 = 0; + field7_0x106 = 0; + field4_0xfc = 0; + field8_0x108 = 0; + field_0x114 = 0; + field9_0x10c = 0; + field_0x115 = 0; + field10_0x110 = 0; } // STUB: LEGO1 0x100048c0