DM: Fix double delete[] of DMEngine::_savedScreenForOpenEntranceDoor

This commit is contained in:
Bendegúz Nagy 2016-08-09 13:17:54 +02:00
parent 6428110da8
commit 1f99dab5b5

View file

@ -731,6 +731,7 @@ void DMEngine::f438_STARTEND_OpenEntranceDoors() {
f22_delay(3);
}
delete[] _savedScreenForOpenEntranceDoors;
_savedScreenForOpenEntranceDoors = nullptr;
}