SCI: adjusting cel drawing according to left/top of plane

svn-id: r47002
This commit is contained in:
Martin Kiewitz 2010-01-05 00:12:31 +00:00
parent f8ba8886ce
commit 575bc45301
3 changed files with 11 additions and 0 deletions

View file

@ -241,6 +241,9 @@ void Kernel::mapSelectors() {
#ifdef ENABLE_SCI32
FIND_SELECTOR(data);
FIND_SELECTOR(picture);
FIND_SELECTOR(plane);
FIND_SELECTOR(top);
FIND_SELECTOR(left);
#endif
}