TONY: Fix a crash from objects being destroyed in the wrong order

This commit is contained in:
Paul Gilbert 2012-05-05 20:29:37 +10:00
parent fbee927c6a
commit aa603d5a67
4 changed files with 13 additions and 6 deletions

View file

@ -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*/);