aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/vocabulary.h
diff options
context:
space:
mode:
authorMax Horn2009-06-04 11:44:55 +0000
committerMax Horn2009-06-04 11:44:55 +0000
commit4f08dc538c91874aadb3abdd16eacee9a9ccccf6 (patch)
treeca5621a16f2a52e367fc1e05d94493514c840090 /engines/sci/vocabulary.h
parent28242d289b4363a94143432a2e596d5beace0dcc (diff)
downloadscummvm-rg350-4f08dc538c91874aadb3abdd16eacee9a9ccccf6.tar.gz
scummvm-rg350-4f08dc538c91874aadb3abdd16eacee9a9ccccf6.tar.bz2
scummvm-rg350-4f08dc538c91874aadb3abdd16eacee9a9ccccf6.zip
SCI: cleanup
svn-id: r41165
Diffstat (limited to 'engines/sci/vocabulary.h')
-rw-r--r--engines/sci/vocabulary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/vocabulary.h b/engines/sci/vocabulary.h
index c8ed146917..9f0d277ef2 100644
--- a/engines/sci/vocabulary.h
+++ b/engines/sci/vocabulary.h
@@ -278,7 +278,7 @@ private:
* @param branches The rules are stored into this Array
* @return true on success, false on error
*/
- bool getBranches();
+ bool loadBranches();
/* Frees a parser rule list as returned by vocab_build_gnf()
** Parameters: (parse_rule_list_t *) rule_list: The rule list to free