SCI: Some small fixes for KQ6CD.
svn-id: r40898
This commit is contained in:
parent
9d4776ebc5
commit
de5ca1e472
6 changed files with 14 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue