aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-15 18:43:39 -0400
committerPaul Gilbert2014-03-15 18:43:39 -0400
commitb652e2eafd3de5436b45619659b5299d945074be (patch)
tree4766419b95c6f44c309256a7d5860d4bb184e8c1 /engines/mads/scene.h
parent10124f6806150aad409f6db9a6c7a60afcb44872 (diff)
downloadscummvm-rg350-b652e2eafd3de5436b45619659b5299d945074be.tar.gz
scummvm-rg350-b652e2eafd3de5436b45619659b5299d945074be.tar.bz2
scummvm-rg350-b652e2eafd3de5436b45619659b5299d945074be.zip
MADS: Merged the InterfaceSurface and UserInterface classes
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index f96cb592e2..292eb4af80 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -35,6 +35,7 @@
#include "mads/animation.h"
#include "mads/sequence.h"
#include "mads/sprites.h"
+#include "mads/user_interface.h"
namespace MADS {
@@ -101,7 +102,7 @@ public:
SceneInfo *_sceneInfo;
MSurface _backgroundSurface;
DepthSurface _depthSurface;
- InterfaceSurface _interface;
+ UserInterface _userInterface;
bool _animFlag;
int _animVal1;
int _animCount;