aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/game.cpp')
-rw-r--r--engines/mads/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp
index a1ca02cbf4..faa2bfaefc 100644
--- a/engines/mads/game.cpp
+++ b/engines/mads/game.cpp
@@ -142,6 +142,7 @@ void Game::gameLoop() {
}
// TODO: Extra reset methods
+ _vm->_palette->unlock();
_vm->_events->waitCursor();
_vm->_events->freeCursors();
_vm->_sound->closeDriver();