aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-16 19:05:16 -0400
committerPaul Gilbert2016-03-16 19:05:16 -0400
commit8ec499c177d88e11930b8550c47c352d65dc603a (patch)
tree8c66770c49673985aa7ad27b77e8922df670b53d /engines/titanic/game_manager.cpp
parenteaead0c6aee10f1fdd347a723bd9b816f80abff6 (diff)
downloadscummvm-rg350-8ec499c177d88e11930b8550c47c352d65dc603a.tar.gz
scummvm-rg350-8ec499c177d88e11930b8550c47c352d65dc603a.tar.bz2
scummvm-rg350-8ec499c177d88e11930b8550c47c352d65dc603a.zip
TITANIC: Implementing setActiveView, surface clearing
Diffstat (limited to 'engines/titanic/game_manager.cpp')
-rw-r--r--engines/titanic/game_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game_manager.cpp b/engines/titanic/game_manager.cpp
index 5d5dc164ed..efa816d8e2 100644
--- a/engines/titanic/game_manager.cpp
+++ b/engines/titanic/game_manager.cpp
@@ -69,7 +69,7 @@ void CGameManager::postLoad(CProjectItem *project) {
if (_gameView) {
_gameView->postLoad();
- if (!_gameView->_fieldC) {
+ if (!_gameView->_surface) {
CViewItem *view = getView();
if (view)
_gameView->setView(view);