mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-16 10:53:35 +00:00
Adjustments based on new suggestions
This commit is contained in:
@@ -11,19 +11,19 @@ MxS8 LegoPathControllerList::Compare(LegoPathController* p_a, LegoPathController
|
||||
return p_a == p_b ? 0 : p_a < p_b ? -1 : 1;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d230 SYNTHETIC
|
||||
// TEMPLATE: LEGO1 0x1001d230
|
||||
// MxCollection<LegoPathController *>::Compare
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d240 SYNTHETIC
|
||||
// TEMPLATE: LEGO1 0x1001d240
|
||||
// MxList<LegoPathController *>::MxList<LegoPathController *>
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d2d0 SYNTHETIC
|
||||
// TEMPLATE: LEGO1 0x1001d2d0
|
||||
// MxCollection<LegoPathController *>::~MxCollection<LegoPathController *>
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d320 SYNTHETIC
|
||||
// TEMPLATE: LEGO1 0x1001d320
|
||||
// MxCollection<LegoPathController *>::Destroy
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d330 SYNTHETIC
|
||||
// TEMPLATE: LEGO1 0x1001d330
|
||||
// MxList<LegoPathController *>::~MxList<LegoPathController *>
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d3c0
|
||||
@@ -32,11 +32,11 @@ void LegoPathControllerList::Destroy(LegoPathController* p_controller)
|
||||
delete p_controller;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d490 SYNTHETIC
|
||||
// SYNTHETIC: LEGO1 0x1001d490
|
||||
// MxCollection<LegoPathController *>::`scalar deleting destructor'
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d500 SYNTHETIC
|
||||
// SYNTHETIC: LEGO1 0x1001d500
|
||||
// MxList<LegoPathController *>::`scalar deleting destructor'
|
||||
|
||||
// FUNCTION: LEGO1 0x1001d5b0 SYNTHETIC
|
||||
// SYNTHETIC: LEGO1 0x1001d5b0
|
||||
// MxPtrList<LegoPathController>::`scalar deleting destructor'
|
||||
|
||||
Reference in New Issue
Block a user