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:
Filippos Karapetis 2009-11-20 14:17:47 +00:00
parent e7820f972d
commit 551ca5f2c0
5 changed files with 33 additions and 27 deletions

View file

@ -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);