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 +}