aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dm/dm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index ab9ef815a8..3eb323125a 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -731,6 +731,7 @@ void DMEngine::f438_STARTEND_OpenEntranceDoors() {
f22_delay(3);
}
delete[] _savedScreenForOpenEntranceDoors;
+ _savedScreenForOpenEntranceDoors = nullptr;
}