SCI: Some small fixes for KQ6CD.

svn-id: r40898
This commit is contained in:
Walter van Niftrik 2009-05-26 00:03:41 +00:00
parent 9d4776ebc5
commit de5ca1e472
6 changed files with 14 additions and 6 deletions

View file

@ -642,6 +642,8 @@ void vocabulary_get_knames(ResourceManager *resmgr, Common::StringList &names) {
break;
case SCI_VERSION_1_1:
vocabulary_get_knames1(resmgr, names);
// KQ6CD calls unimplemented function 0x26
names[0x26] = "Dummy";
break;
#ifdef ENABLE_SCI32
case SCI_VERSION_32: