aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_manager.cpp')
-rw-r--r--engines/titanic/game_manager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game_manager.cpp b/engines/titanic/game_manager.cpp
index 675323198e..49a881d8e2 100644
--- a/engines/titanic/game_manager.cpp
+++ b/engines/titanic/game_manager.cpp
@@ -181,8 +181,9 @@ void CGameManager::update() {
// Set the surface bounds
screenManager->setSurfaceBounds(0, _bounds);
+ // Handle redrawing the view
if (!_bounds.isEmpty()) {
- _gameView->proc4(_bounds);
+ _gameView->draw(_bounds);
_bounds = Common::Rect();
}