SCI: More changes to the code for loading from the launcher
- Added support for the LSL2 menu bar object - We no longer need a reference to the init() selector - it's always the first method of the menu bar object svn-id: r50462
This commit is contained in:
parent
32a192b79a
commit
58732b9df1
3 changed files with 9 additions and 17 deletions
|
@ -161,7 +161,6 @@ void Kernel::mapSelectors() {
|
|||
FIND_SELECTOR(maxScale);
|
||||
FIND_SELECTOR(vanishingX);
|
||||
FIND_SELECTOR(vanishingY);
|
||||
FIND_SELECTOR(init);
|
||||
FIND_SELECTOR(iconIndex);
|
||||
|
||||
#ifdef ENABLE_SCI32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue