SCI: Fix bad spacing in kernel tables
This commit is contained in:
parent
ad1aac46ce
commit
dc42a86f7e
1 changed files with 4 additions and 3 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue