aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 9289593d66..f0b4326c8f 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -129,7 +129,7 @@ public:
Common::Point _customDest;
Common::Array<PaletteUsage::UsageEntry> _paletteUsageF;
Common::Array<PaletteUsage::UsageEntry> _scenePaletteUsage;
-
+ int _speechReady;
/**
* Constructor
*/
@@ -265,6 +265,7 @@ public:
void loadSpeech(int idx);
void playSpeech(int idx);
void sceneScale(int front_y, int front_scale, int back_y, int back_scale);
+ void animations_tick();
};
} // End of namespace MADS