From eee5f00ecdaa3b492a0c164f04f0e38dc280b756 Mon Sep 17 00:00:00 2001 From: Ramen2X <64166386+Ramen2X@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:20:00 -0500 Subject: [PATCH] formatting fix --- LEGO1/lego/legoomni/include/gasstation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/include/gasstation.h b/LEGO1/lego/legoomni/include/gasstation.h index c86830e9..11ff175a 100644 --- a/LEGO1/lego/legoomni/include/gasstation.h +++ b/LEGO1/lego/legoomni/include/gasstation.h @@ -41,7 +41,7 @@ class GasStation : public LegoWorld { undefined4 m_unk0x110; // 0x110 undefined m_unk0x114; // 0x114 undefined m_unk0x115; // 0x115 - Radio m_radio; // 0x118 + Radio m_radio; // 0x118 }; #endif // GASSTATION_H