aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-27 19:19:04 -0400
committerPaul Gilbert2016-07-15 19:25:30 -0400
commitf141b337177bb0bd001c753f8cb17999b6ea2bf9 (patch)
tree638fbc9107155ae0dfb58285c101b365f1329bd7 /engines/titanic/support/video_surface.h
parent3988a9eeee98efdd3b297cde76640416fc13f3ca (diff)
downloadscummvm-rg350-f141b337177bb0bd001c753f8cb17999b6ea2bf9.tar.gz
scummvm-rg350-f141b337177bb0bd001c753f8cb17999b6ea2bf9.tar.bz2
scummvm-rg350-f141b337177bb0bd001c753f8cb17999b6ea2bf9.zip
TITANIC: Adding CGameObject methods
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 8d0dd2ffac..6f707a39ff 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -54,7 +54,6 @@ protected:
static int _videoSurfaceCounter;
protected:
CScreenManager *_screenManager;
- CResourceKey _resourceKey;
Graphics::ManagedSurface *_rawSurface;
bool _pendingLoad;
void *_field40;
@@ -68,6 +67,7 @@ public:
DirectDrawSurface *_ddSurface;
bool _blitFlag;
bool _blitStyleFlag;
+ CResourceKey _resourceKey;
public:
CVideoSurface(CScreenManager *screenManager);
virtual ~CVideoSurface();