aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
authorStrangerke2014-03-24 01:14:16 +0100
committerStrangerke2014-03-24 01:14:16 +0100
commitc57acfb154999b3976c07d6512657c02cc4ef468 (patch)
tree8831a09b0428aacf08b7c85746fff6d0a84b36f4 /engines/mads/scene.cpp
parent7f4dbf7d48b6db8d82d33b569c22f104fc153dd3 (diff)
downloadscummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.tar.gz
scummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.tar.bz2
scummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.zip
MADS: Implement scene 203
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index 565ef47395..00460a9d70 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -569,4 +569,10 @@ void Scene::changeDepthSurface(int arg1) {
_spriteSlots.fullRefresh();
}
+void Scene::resetScene() {
+ _vm->_game->clearQuotes();
+ _spriteSlots.fullRefresh(true);
+ _sequences.clear();
+}
+
} // End of namespace MADS