TONY: Fix a crash from objects being destroyed in the wrong order
This commit is contained in:
parent
fbee927c6a
commit
aa603d5a67
4 changed files with 13 additions and 6 deletions
|
@ -121,8 +121,8 @@ protected:
|
|||
void WipeEffect(Common::Rect &rcBoundEllipse);
|
||||
|
||||
public:
|
||||
RMWindow() { m_Primary = NULL; m_Back = NULL; };
|
||||
~RMWindow() { Close(); }
|
||||
RMWindow();
|
||||
~RMWindow();
|
||||
|
||||
// Inizializzazione
|
||||
void Init(/*HINSTANCE hInst*/);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue