SCI: kClone/kDisposeClone behaviour more accurate

now also checking -info- selector, if object is supposed to get freed. Fixes kq4 early hanging (in intro, when opening door, etc.)

svn-id: r52508
This commit is contained in:
Martin Kiewitz 2010-09-03 18:14:59 +00:00
parent b7a2fd899e
commit 87b78b1673
4 changed files with 21 additions and 8 deletions

View file

@ -50,7 +50,7 @@ namespace Sci {
void Kernel::mapSelectors() {
// species
// superClass
// -info-
FIND_SELECTOR2(_info_, "-info-");
FIND_SELECTOR(y);
FIND_SELECTOR(x);
FIND_SELECTOR(view);