Changed the lofs detection to iterate through all the methods of the Game object again, instead of a specific selector - fixes Jones
svn-id: r46006
This commit is contained in:
parent
e7820f972d
commit
551ca5f2c0
5 changed files with 33 additions and 27 deletions
|
@ -233,7 +233,6 @@ void Kernel::mapSelectors() {
|
|||
FIND_SELECTOR(subtitleLang);
|
||||
FIND_SELECTOR(parseLang);
|
||||
FIND_SELECTOR(overlay);
|
||||
FIND_SELECTOR(newRoom);
|
||||
FIND_SELECTOR(setCursor);
|
||||
FIND_SELECTOR(topString);
|
||||
FIND_SELECTOR(scaleX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue