aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/animation.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-25 13:23:05 -0400
committerPaul Gilbert2014-05-25 13:23:05 -0400
commitea19581ae30bed434da8c9426c7b6defd702fc88 (patch)
treebe063cdce22a8011d6570ed10644aee25ee3fdb0 /engines/mads/animation.h
parentce5c2f3e28cf7f7be5d2aa477d9610df04a126eb (diff)
downloadscummvm-rg350-ea19581ae30bed434da8c9426c7b6defd702fc88.tar.gz
scummvm-rg350-ea19581ae30bed434da8c9426c7b6defd702fc88.tar.bz2
scummvm-rg350-ea19581ae30bed434da8c9426c7b6defd702fc88.zip
MADS: Standardised on passing depth surfaces as DepthSurface
Diffstat (limited to 'engines/mads/animation.h')
-rw-r--r--engines/mads/animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/animation.h b/engines/mads/animation.h
index 715f6e49a5..15086d3e41 100644
--- a/engines/mads/animation.h
+++ b/engines/mads/animation.h
@@ -168,7 +168,7 @@ private:
/**
* Load the user interface display for an animation
*/
- void loadInterface(UserInterface &interfaceSurface, MSurface &depthSurface,
+ void loadInterface(UserInterface &interfaceSurface, DepthSurface &depthSurface,
AAHeader &header, int flags, Common::Array<PaletteCycle> *palCycles, SceneInfo *sceneInfo);
/**
@@ -196,7 +196,7 @@ public:
/**
* Loads animation data
*/
- void load(UserInterface &interfaceSurface, MSurface &depthSurface, const Common::String &resName,
+ void load(UserInterface &interfaceSurface, DepthSurface &depthSurface, const Common::String &resName,
int flags, Common::Array<PaletteCycle> *palCycles, SceneInfo *sceneInfo);
/**