mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TSAGE: Fix crash when exiting whilst a palette rotation is active
This commit is contained in:
@@ -117,6 +117,7 @@ Globals::Globals() : _dialogCenter(160, 140), _gfxManagerInstance(_screenSurface
|
||||
}
|
||||
|
||||
Globals::~Globals() {
|
||||
_scenePalette.clearListeners();
|
||||
delete _inventory;
|
||||
delete _game;
|
||||
_globals = NULL;
|
||||
|
||||
Reference in New Issue
Block a user