aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/video_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/video_surface.h')
-rw-r--r--engines/titanic/video_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/video_surface.h b/engines/titanic/video_surface.h
index 71a2fd668c..d0fa54bf85 100644
--- a/engines/titanic/video_surface.h
+++ b/engines/titanic/video_surface.h
@@ -40,7 +40,7 @@ private:
protected:
CScreenManager *_screenManager;
CResourceKey _resourceKey;
- DirectDrawSurface *_surface;
+ DirectDrawSurface *_ddSurface;
int _field2C;
int _field34;
bool _field38;