From 67034bcb206eaeb220752bb6fe2914805c0be61f Mon Sep 17 00:00:00 2001 From: Nathan M Gilbert Date: Sun, 22 Oct 2023 15:08:43 -0400 Subject: [PATCH] Update mxomni.cpp Fix case of OFFSET comment. --- LEGO1/mxomni.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index 285eace7..5a54fb30 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -410,7 +410,7 @@ MxResult DeleteObject(MxDSAction &p_dsAction) return MxOmni::GetInstance()->DeleteObject(p_dsAction); } -// Offset: LEGO1 0x100159e0 +// OFFSET: LEGO1 0x100159e0 void DeleteObjects(MxAtomId *p_id, MxU32 p_first, MxU32 p_last) { MxDSAction action; @@ -419,4 +419,4 @@ void DeleteObjects(MxAtomId *p_id, MxU32 p_first, MxU32 p_last) action.SetUnknown24(p_first++); DeleteObject(action); } -} \ No newline at end of file +}