diff options
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r-- | engines/mads/scene.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index 84e4edc08d..0c241eb9ab 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -254,6 +254,10 @@ void Scene::loadVocabStrings() { f.close(); } +uint32 Scene::getVocabStringsCount() const { + return _vocabStrings.size(); +} + void Scene::initPaletteAnimation(Common::Array<PaletteCycle> &palCycles, bool animFlag) { // Initialize the animation palette and ticks list _cycleTicks.clear(); |