SCI: Partial support for dual-language games.

svn-id: r41833
This commit is contained in:
Walter van Niftrik 2009-06-24 19:12:45 +00:00
parent 6c049f6b29
commit 06144864e1
7 changed files with 123 additions and 21 deletions

View file

@ -200,6 +200,9 @@ void Kernel::mapSelectors() {
FIND_SELECTOR(points);
FIND_SELECTOR(syncCue);
FIND_SELECTOR(syncTime);
FIND_SELECTOR(printLang);
FIND_SELECTOR(subtitleLang);
FIND_SELECTOR(parseLang);
}
void Kernel::dumpScriptObject(char *data, int seeker, int objsize) {