diff options
Diffstat (limited to 'engines/titanic/game_view.cpp')
-rw-r--r-- | engines/titanic/game_view.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game_view.cpp b/engines/titanic/game_view.cpp index a0542b548f..a8b8a02530 100644 --- a/engines/titanic/game_view.cpp +++ b/engines/titanic/game_view.cpp @@ -54,8 +54,8 @@ CSTGameView::CSTGameView(CMainGameWindow *gameWindow) : CGameView(), _gameWindow(gameWindow) { } -void CSTGameView::proc3(int v) { - _gameWindow->fn1(v); +void CSTGameView::setView(CViewItem *view) { + _gameWindow->setActiveView(view); } void CSTGameView::proc4() { |