use a signed type for NodeToSplitPlayer

This commit is contained in:
Craftyawesome 2025-01-23 15:59:48 -05:00
parent dd45f3cd61
commit 093bfd9be0

View file

@ -4765,7 +4765,7 @@ static void PT_Say(int node)
DoSayCommand(say.message, say.target, say.flags, say.source);
}
static char NodeToSplitPlayer(int node, int split)
static int8_t NodeToSplitPlayer(int node, int split)
{
if (split == 0)
return nodetoplayer[node];