SCI: Fix scrolling in SCI1 list controls.

svn-id: r44429
This commit is contained in:
Walter van Niftrik 2009-09-27 23:06:39 +00:00
parent 76132409d6
commit 725377f090
3 changed files with 12 additions and 1 deletions

View file

@ -241,6 +241,7 @@ void Kernel::mapSelectors() {
FIND_SELECTOR(parseLang);
FIND_SELECTOR(motionCue);
FIND_SELECTOR(setCursor);
FIND_SELECTOR(topString);
}
void Kernel::dumpScriptObject(char *data, int seeker, int objsize) {