mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
LegoCacheSound and related STL (#560)
* LegoCacheSound and related STL * Changes/annotations --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -21,6 +21,7 @@ public:
|
||||
|
||||
inline MxS8 Compare(const MxString& p_str) const { return strcmp(m_data, p_str.m_data); }
|
||||
inline const char* GetData() const { return m_data; }
|
||||
inline const MxU16 GetLength() const { return m_length; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100ae280
|
||||
// MxString::`scalar deleting destructor'
|
||||
|
@@ -42,8 +42,8 @@ void MxAtomId::Destroy()
|
||||
#ifdef COMPAT_MODE
|
||||
MxAtomIdCounterSet::iterator it;
|
||||
{
|
||||
MxAtomIdCounter id_counter(m_internal);
|
||||
it = AtomIdCounterSet()->find(&id_counter);
|
||||
MxAtomIdCounter idCounter(m_internal);
|
||||
it = AtomIdCounterSet()->find(&idCounter);
|
||||
}
|
||||
#else
|
||||
MxAtomIdCounterSet::iterator it = AtomIdCounterSet()->find(&MxAtomIdCounter(m_internal));
|
||||
|
Reference in New Issue
Block a user