SCI: Add SetCursor detection. Cleanup.
svn-id: r43812
This commit is contained in:
parent
fff023794f
commit
cf5483c3d8
6 changed files with 137 additions and 134 deletions
|
@ -241,6 +241,7 @@ void Kernel::mapSelectors() {
|
|||
FIND_SELECTOR(parseLang);
|
||||
FIND_SELECTOR(motionCue);
|
||||
FIND_SELECTOR(egoMoveSpeed);
|
||||
FIND_SELECTOR(setCursor);
|
||||
}
|
||||
|
||||
void Kernel::dumpScriptObject(char *data, int seeker, int objsize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue