mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Update mxomni.cpp
Fix case of OFFSET comment.
This commit is contained in:
parent
eb62e0c112
commit
67034bcb20
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user