From ef1d10e926fcf31ffeb5c594a305ec0cd8bf7064 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 26 Jun 2016 23:00:00 -0400 Subject: TITANIC: Implemented remaining CGameManager methods and others --- engines/titanic/core/room_item.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/titanic/core/room_item.cpp') diff --git a/engines/titanic/core/room_item.cpp b/engines/titanic/core/room_item.cpp index 6143849661..e33d0c41dd 100644 --- a/engines/titanic/core/room_item.cpp +++ b/engines/titanic/core/room_item.cpp @@ -183,4 +183,13 @@ int CRoomItem::getScriptId() const { return 0; } +CResourceKey CRoomItem::getTransitionMovieKey() { + _transitionMovieKey.scanForFile(); + return _transitionMovieKey; +} + +CResourceKey CRoomItem::getExitMovieKey() { + return _exitMovieKey; +} + } // End of namespace Titanic -- cgit v1.2.3