aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/scene.cpp')
-rw-r--r--engines/saga/scene.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/saga/scene.cpp b/engines/saga/scene.cpp
index 9b7e7fb331..d59c0bb987 100644
--- a/engines/saga/scene.cpp
+++ b/engines/saga/scene.cpp
@@ -1209,6 +1209,11 @@ void Scene::endScene() {
}
+void Scene::restoreScene() {
+ // TODO
+ warning("TODO: restoreScene()");
+}
+
void Scene::cmdSceneChange(int argc, const char **argv) {
int scene_num = 0;