From 8ec499c177d88e11930b8550c47c352d65dc603a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 16 Mar 2016 19:05:16 -0400 Subject: TITANIC: Implementing setActiveView, surface clearing --- engines/titanic/game_view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/game_view.h') 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(); -- cgit v1.2.3