mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Beta matching MxString (#842)
* Beta matching MxString * Add /opt:ref for lego1. Reorder MxString header. * const fix * Remove lego1 Opt:ref
This commit is contained in:
@@ -12,12 +12,14 @@
|
||||
// class MxList<LegoPhoneme *>
|
||||
|
||||
// VTABLE: LEGO1 0x100d9d00
|
||||
// VTABLE: BETA10 0x101bef58
|
||||
// SIZE 0x18
|
||||
class LegoPhonemeList : public MxList<LegoPhoneme*> {
|
||||
public:
|
||||
LegoPhonemeList() { SetDestroy(Destroy); }
|
||||
|
||||
// FUNCTION: LEGO1 0x1007b210
|
||||
// FUNCTION: BETA10 0x100d8340
|
||||
MxS8 Compare(LegoPhoneme* p_a, LegoPhoneme* p_b) override
|
||||
{
|
||||
MxString a(p_a->GetName());
|
||||
|
Reference in New Issue
Block a user