SCI: Add kPalMorph stub

This commit is contained in:
Colin Snover 2016-01-14 12:05:29 -06:00
parent dc42a86f7e
commit f1cf07eded
3 changed files with 11 additions and 1 deletions

View file

@ -697,7 +697,6 @@ static SciKernelMapEntry s_kernelMap[] = {
// (inclusive) are set to 0
{ MAP_CALL(SetPalStyleRange), SIG_EVERYWHERE, "ii", NULL, NULL },
// MorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270)
{ MAP_CALL(MorphOn), SIG_EVERYWHERE, "", NULL, NULL },
// SCI3 Kernel Functions