SCI: Fix bad spacing in kernel tables

This commit is contained in:
Colin Snover 2016-01-14 10:45:27 -06:00
parent ad1aac46ce
commit dc42a86f7e

View file

@ -698,6 +698,7 @@ static SciKernelMapEntry s_kernelMap[] = {
{ MAP_CALL(SetPalStyleRange), SIG_EVERYWHERE, "ii", NULL, NULL }, { MAP_CALL(SetPalStyleRange), SIG_EVERYWHERE, "ii", NULL, NULL },
// MorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270) // MorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270)
{ MAP_CALL(MorphOn), SIG_EVERYWHERE, "", NULL, NULL },
// SCI3 Kernel Functions // SCI3 Kernel Functions
{ MAP_CALL(PlayDuck), SIG_EVERYWHERE, "(.*)", NULL, NULL }, { MAP_CALL(PlayDuck), SIG_EVERYWHERE, "(.*)", NULL, NULL },