aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.h
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_view.h
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_view.h')
-rw-r--r--engines/titanic/game_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game_view.h b/engines/titanic/game_view.h
index bf406b5acc..9ede9d6c36 100644
--- a/engines/titanic/game_view.h
+++ b/engines/titanic/game_view.h
@@ -25,6 +25,7 @@
#include "common/scummsys.h"
#include "titanic/core/view_item.h"
+#include "titanic/video_surface.h"
namespace Titanic {
@@ -34,9 +35,8 @@ class CGameManager;
class CGameView {
protected:
CGameManager *_gameManager;
- int _field8;
public:
- void *_fieldC;
+ CVideoSurface *_surface;
public:
CGameView();