isle-portable/LEGO1/omni
Anonymous Maarten 119b2777b8
MxVariable::Destroy() calls delete this, and is also used by subclasses (#759)
Making the destructor virtual assures the destructor of the subclass is
called.

This fixes a new-delete-type-mismatch sanitizer error,
emitted when exiting the game.
2026-01-01 01:56:47 +00:00
..
include MxVariable::Destroy() calls delete this, and is also used by subclasses (#759) 2026-01-01 01:56:47 +00:00
src MxSoundManager: use buffer size and don't rely on buffer capacity (#758) 2026-01-01 00:25:44 +00:00