From c92bf22f0331fbdbc7e440b43ae1973b679befb3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 13 Mar 2016 15:07:27 -0400 Subject: TITANIC: Changed CGameStateSub to CGameLocation, properly implemented it --- engines/titanic/game_manager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/titanic/game_manager.cpp') diff --git a/engines/titanic/game_manager.cpp b/engines/titanic/game_manager.cpp index d8409e6864..53e7b34409 100644 --- a/engines/titanic/game_manager.cpp +++ b/engines/titanic/game_manager.cpp @@ -66,9 +66,9 @@ void CGameManager::postLoad(CProjectItem *project) { _gameView->postLoad(); if (!_gameView->_fieldC) { - int v = fn2(); - if (v) - _gameView->proc3(v); + CViewItem *view = getView(); + if (view) + _gameView->setView(view); } } -- cgit v1.2.3