Now using m_kiewitz's picture code to show pictures in SCI32. Also took some bits off a similar patch from clone2727. The Sierra logo screen and the menu screen in GK1 should now be shown fully!
svn-id: r46609
This commit is contained in:
parent
6eb5c2f809
commit
a4990f6f33
3 changed files with 11 additions and 8 deletions
|
@ -240,6 +240,7 @@ void Kernel::mapSelectors() {
|
|||
|
||||
#ifdef ENABLE_SCI32
|
||||
FIND_SELECTOR(data);
|
||||
FIND_SELECTOR(picture);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue