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:
parent
b7a2fd899e
commit
87b78b1673
4 changed files with 21 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue