aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_view.cpp')
-rw-r--r--engines/titanic/game_view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game_view.cpp b/engines/titanic/game_view.cpp
index 86ad072f61..d04c3e1cfc 100644
--- a/engines/titanic/game_view.cpp
+++ b/engines/titanic/game_view.cpp
@@ -67,8 +67,8 @@ void CSTGameView::setView(CViewItem *view) {
_gameWindow->setActiveView(view);
}
-void CSTGameView::proc4(const Common::Rect &bounds) {
- _gameWindow->fn2();
+void CSTGameView::draw(const Common::Rect &bounds) {
+ _gameWindow->draw();
}
} // End of namespace Titanic