mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 16:51:15 +00:00
Reorder LegoPathControllerList::Destroy
This commit is contained in:
parent
51d3509076
commit
a07a9ec34d
@ -11,12 +11,6 @@ MxS8 LegoPathControllerList::Compare(LegoPathController* p_a, LegoPathController
|
||||
return p_a == p_b ? 0 : p_a < p_b ? -1 : 1;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1001d3c0
|
||||
void LegoPathControllerList::Destroy(LegoPathController* p_controller)
|
||||
{
|
||||
delete p_controller;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1001d230 TEMPLATE
|
||||
// MxCollection<LegoPathController *>::Compare
|
||||
|
||||
@ -32,6 +26,12 @@ void LegoPathControllerList::Destroy(LegoPathController* p_controller)
|
||||
// OFFSET: LEGO1 0x1001d330 TEMPLATE
|
||||
// MxList<LegoPathController *>::~MxList<LegoPathController *>
|
||||
|
||||
// OFFSET: LEGO1 0x1001d3c0
|
||||
void LegoPathControllerList::Destroy(LegoPathController* p_controller)
|
||||
{
|
||||
delete p_controller;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1001d490 TEMPLATE
|
||||
// MxCollection<LegoPathController *>::`scalar deleting destructor'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user