TITANIC: Fix resetting _movieRoom when changing views

This commit is contained in:
Paul Gilbert 2017-06-20 21:55:52 -04:00
parent c9b5c524ca
commit deab63fbdd

View File

@ -136,6 +136,7 @@ void CGameManager::roomTransition(CRoomItem *oldRoom, CRoomItem *newRoom) {
_movieRoom = oldRoom;
} else {
movieKey = oldRoom->getExitMovieKey();
_movieRoom = nullptr;
}
CString filename = movieKey.getFilename();