aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/scene.h')
-rw-r--r--saga/scene.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/scene.h b/saga/scene.h
index 0e8a459a86..44ed469127 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -238,6 +238,9 @@ class Scene {
void sceneInfoCmd(int argc, char *argv[]);
void sceneChangeCmd(int argc, char *argv[]);
+ int getSceneLUT(int num);
+ int currentSceneNumber() { return _sceneNumber; }
+
private:
int loadScene(int scene, int load_flag, SCENE_PROC scene_proc, SCENE_DESC *,
int fadeIn);