aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBorja Lorente2016-08-04 10:04:58 +0200
committerBorja Lorente2016-08-14 19:01:00 +0200
commit0202ff9c508ad8d510014a7c5581d57385d2acd2 (patch)
tree2f80191121134ce23ecbdb5e7b597ef3a924f217
parent427d69535f87c7a4ba4e82eedc3cae845f454535 (diff)
downloadscummvm-rg350-0202ff9c508ad8d510014a7c5581d57385d2acd2.tar.gz
scummvm-rg350-0202ff9c508ad8d510014a7c5581d57385d2acd2.tar.bz2
scummvm-rg350-0202ff9c508ad8d510014a7c5581d57385d2acd2.zip
MACVENTURE: Fix exit highlighting
-rw-r--r--engines/macventure/macventure.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index ac9ae8e3f7..6ed11eb9c7 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -172,6 +172,7 @@ Common::Error MacVentureEngine::run() {
_paused = false;
if (!updateState()) {
updateControls();
+ updateExits();
}
}
}