SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBlock -> decipherSaidBlock; some cleanup in Console::cmdSentenceFragments

svn-id: r41072
This commit is contained in:
Max Horn 2009-05-31 15:08:47 +00:00
parent 4fba6e5d4c
commit cf68dc1a7b
6 changed files with 48 additions and 46 deletions

View file

@ -906,7 +906,7 @@ static void vocab_get_knames11(ResourceManager *resmgr, Common::StringList &name
}
#endif
bool Vocabulary::getKernelNames() {
bool Vocabulary::loadKernelNames() {
_kernelNames.clear();
switch (_resmgr->_sciVersion) {