aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.h
diff options
context:
space:
mode:
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();