mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-15 14:28:28 +00:00
TITANIC: Fix resetting _movieRoom when changing views
This commit is contained in:
parent
c9b5c524ca
commit
deab63fbdd
@ -136,6 +136,7 @@ void CGameManager::roomTransition(CRoomItem *oldRoom, CRoomItem *newRoom) {
|
||||
_movieRoom = oldRoom;
|
||||
} else {
|
||||
movieKey = oldRoom->getExitMovieKey();
|
||||
_movieRoom = nullptr;
|
||||
}
|
||||
|
||||
CString filename = movieKey.getFilename();
|
||||
|
Loading…
x
Reference in New Issue
Block a user