SCI: Added some SCI3 selector related information
- Added a TODO for the usage of the -info- selector in kClone and kDisposeClone in SCI3 scripts, as it's no longer used in SCI3 - Added information about which of the selectors are missing in SCI3. There are some more which are missing, but aren't used in SCI2-SCI3 anyway - Some styling svn-id: r54291
This commit is contained in:
parent
3d7f7b49fe
commit
bb9b7c24f9
4 changed files with 16 additions and 10 deletions
|
@ -307,9 +307,8 @@ Common::String SciEngine::strSplit(const char *str, const char *sep) {
|
|||
kLanguage lang = getSciLanguage();
|
||||
kLanguage subLang = K_LANG_NONE;
|
||||
|
||||
if (SELECTOR(subtitleLang) != -1) {
|
||||
if (SELECTOR(subtitleLang) != -1)
|
||||
subLang = (kLanguage)readSelectorValue(_gamestate->_segMan, _gameObjectAddress, SELECTOR(subtitleLang));
|
||||
}
|
||||
|
||||
kLanguage secondLang;
|
||||
Common::String retval = getSciLanguageString(str, lang, &secondLang);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue