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:
Filippos Karapetis 2009-12-27 01:49:39 +00:00
parent 6eb5c2f809
commit a4990f6f33
3 changed files with 11 additions and 8 deletions

View file

@ -240,6 +240,7 @@ void Kernel::mapSelectors() {
#ifdef ENABLE_SCI32
FIND_SELECTOR(data);
FIND_SELECTOR(picture);
#endif
}