aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-27 19:50:58 -0400
committerPaul Gilbert2016-07-10 16:12:08 -0400
commit74e40be66e231a8eada9bc045828e17f044a7c55 (patch)
tree6a01477fc759ee49917b80267838243f9d02211d /engines/titanic/support/video_surface.h
parenta2f933a80e5e830cdbcbb530f334c41725ee87b2 (diff)
downloadscummvm-rg350-74e40be66e231a8eada9bc045828e17f044a7c55.tar.gz
scummvm-rg350-74e40be66e231a8eada9bc045828e17f044a7c55.tar.bz2
scummvm-rg350-74e40be66e231a8eada9bc045828e17f044a7c55.zip
TITANIC: Implementing text cursor drawing
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index 2ec2c9ddba..d7061895a5 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -55,7 +55,6 @@ protected:
protected:
CScreenManager *_screenManager;
CResourceKey _resourceKey;
- DirectDrawSurface *_ddSurface;
Graphics::ManagedSurface *_rawSurface;
bool _pendingLoad;
void *_field40;
@@ -66,6 +65,7 @@ protected:
int _lockCount;
public:
CMovie *_movie;
+ DirectDrawSurface *_ddSurface;
bool _blitFlag;
bool _blitStyleFlag;
public: