diff options
author | Filippos Karapetis | 2009-05-15 09:04:21 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-15 09:04:21 +0000 |
commit | 565cfa074d25fbfc2458a65fe8fc300d78a2afa8 (patch) | |
tree | aba4ba158ef3bd890652710a9d238e95d0915e7e /engines/sci/scicore | |
parent | adaa0472c5e64d0ff6cae12368ffdfa61b24d2f7 (diff) | |
download | scummvm-rg350-565cfa074d25fbfc2458a65fe8fc300d78a2afa8.tar.gz scummvm-rg350-565cfa074d25fbfc2458a65fe8fc300d78a2afa8.tar.bz2 scummvm-rg350-565cfa074d25fbfc2458a65fe8fc300d78a2afa8.zip |
Simplified SCI versions to be SCI version generations, and fixed some game entries in the process. Also, added a sanity check for invalid game entries
svn-id: r40596
Diffstat (limited to 'engines/sci/scicore')
-rw-r--r-- | engines/sci/scicore/vocab_debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/scicore/vocab_debug.cpp b/engines/sci/scicore/vocab_debug.cpp index bb157135ab..caafa32ca7 100644 --- a/engines/sci/scicore/vocab_debug.cpp +++ b/engines/sci/scicore/vocab_debug.cpp @@ -496,7 +496,7 @@ void vocabulary_get_knames(ResourceManager *resmgr, Common::StringList &names) { // HACK: KQ5 needs the SCI1 default vocabulary names to work correctly. // Having more vocabulary names (like in SCI1) doesn't seem to have any // ill effects, other than resulting in unmapped functions towards the - // end, which are never used by the game interpteter anyway + // end, which are never used by the game interpreter anyway // return vocabulary_get_knames0(resmgr, count); case SCI_VERSION_1_EARLY: case SCI_VERSION_1_LATE: |