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 47caffdcaf..7efd8b5c37 100644
--- a/engines/titanic/video_surface.h
+++ b/engines/titanic/video_surface.h
@@ -45,7 +45,7 @@ protected:
CScreenManager *_screenManager;
CResourceKey _resourceKey;
DirectDrawSurface *_ddSurface;
- Graphics::Surface *_rawSurface;
+ Graphics::ManagedSurface *_rawSurface;
void *_field34;
bool _pendingLoad;
int _field40;