Merge public master

This commit is contained in:
Eidolon 2025-02-12 22:01:13 -06:00
commit 5a3f1c7653

View file

@ -5311,7 +5311,7 @@ static void PT_HandleVoice(SINT8 node)
}
}
static char NodeToSplitPlayer(int node, int split)
static int8_t NodeToSplitPlayer(int node, int split)
{
if (split == 0)
return nodetoplayer[node];