From 9b14f5faedef513be2f17da57b7fb9182a751150 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 6 Jun 2007 19:46:10 +0000 Subject: Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created the skeleton for sfScriptStartVideo, sfScriptReturnFromVideo and sfScriptEndVideo opcodes svn-id: r27145 --- engines/saga/scene.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/saga/scene.cpp') 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; -- cgit v1.2.3