mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-25 19:25:20 +00:00
SCI: adding selectors bottom and right
svn-id: r47876
This commit is contained in:
parent
4e090f4ede
commit
6ea821fac7
@ -165,6 +165,8 @@ void Kernel::mapSelectors() {
|
||||
FIND_SELECTOR(plane);
|
||||
FIND_SELECTOR(top);
|
||||
FIND_SELECTOR(left);
|
||||
FIND_SELECTOR(bottom);
|
||||
FIND_SELECTOR(right);
|
||||
FIND_SELECTOR(resY);
|
||||
FIND_SELECTOR(resX);
|
||||
FIND_SELECTOR(dimmed);
|
||||
|
@ -204,6 +204,8 @@ struct SelectorCache {
|
||||
Selector plane;
|
||||
Selector top;
|
||||
Selector left;
|
||||
Selector bottom;
|
||||
Selector right;
|
||||
Selector resX;
|
||||
Selector resY;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user