aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/scene.h')
-rw-r--r--engines/chewy/scene.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/chewy/scene.h b/engines/chewy/scene.h
index 24692c8486..c5b87ac7ae 100644
--- a/engines/chewy/scene.h
+++ b/engines/chewy/scene.h
@@ -37,6 +37,9 @@ public:
void change(uint scene);
void draw();
void updateMouse(Common::Point coords);
+ uint getCurScene() const {
+ return _curScene;
+ }
private:
void loadSceneInfo();