From a23b3c049574fc9099183ec38c7937a2ab896b29 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 12 Oct 2023 12:13:19 -0400 Subject: [PATCH] Added offset comment --- LEGO1/infocenterstate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/infocenterstate.h b/LEGO1/infocenterstate.h index af3f4a46..309dccb3 100644 --- a/LEGO1/infocenterstate.h +++ b/LEGO1/infocenterstate.h @@ -58,7 +58,7 @@ class InfocenterState : public LegoState */ undefined pad[0x70]; - MxU32 m_buffer[7]; + MxU32 m_buffer[7]; // 0x78 }; #endif // INFOCENTERSTATE_H