From ed66cad6777a779f5cabeec037a24613da0134bf Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 25 Aug 2009 08:38:14 +0000 Subject: - Simplified the parameters of some functions - Replaced some EngineState parameters - The SCI version is now obtained from the resource manager or the segment manager, thereby simplifying several functions - Plugged 2 leaks in the fallback detector - Renamed the segment manager and resource manager to "segmentManager" and "resourceManager" in all places, for consistency svn-id: r43722 --- engines/sci/vocabulary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/vocabulary.h') diff --git a/engines/sci/vocabulary.h b/engines/sci/vocabulary.h index 14e3ad6013..edb4288387 100644 --- a/engines/sci/vocabulary.h +++ b/engines/sci/vocabulary.h @@ -180,7 +180,7 @@ enum VocabularyVersions { class Vocabulary { public: - Vocabulary(ResourceManager *resmgr); + Vocabulary(ResourceManager *resourceManager); ~Vocabulary(); /** @@ -286,7 +286,7 @@ private: */ void freeRuleList(parse_rule_list_t *rule_list); - ResourceManager *_resmgr; + ResourceManager *_resourceManager; VocabularyVersions _vocabVersion; // Parser-related lists -- cgit v1.2.3