aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-22 21:54:26 -0400
committerPaul Gilbert2016-03-22 21:54:26 -0400
commit06bd62fed403684afe00c018647cb4febeeddcce (patch)
treedd7b429a74c57ce685255939a20d1e26de068426 /engines/titanic/game_view.cpp
parent46e554b981fce68e62e1573881fce1a0fcfed806 (diff)
downloadscummvm-rg350-06bd62fed403684afe00c018647cb4febeeddcce.tar.gz
scummvm-rg350-06bd62fed403684afe00c018647cb4febeeddcce.tar.bz2
scummvm-rg350-06bd62fed403684afe00c018647cb4febeeddcce.zip
TITANIC: First scene starting to be displayed
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 d780b8b38e..e93e8f0768 100644
--- a/engines/titanic/game_view.cpp
+++ b/engines/titanic/game_view.cpp
@@ -67,8 +67,8 @@ void CGameView::drawView() {
srcRect.translate(-20, -10);
Common::Point destPos(srcRect.left, srcRect.top);
- CScreenManager::_currentScreenManagerPtr->blitFrom(0, _surface,
- &destPos, &srcRect);
+ CScreenManager::_currentScreenManagerPtr->blitFrom(SURFACE_BACKBUFFER,
+ _surface, &destPos, &srcRect);
}
/*------------------------------------------------------------------------*/