mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
use a signed type for NodeToSplitPlayer
This commit is contained in:
parent
dd45f3cd61
commit
093bfd9be0
1 changed files with 1 additions and 1 deletions
|
|
@ -4765,7 +4765,7 @@ static void PT_Say(int node)
|
||||||
DoSayCommand(say.message, say.target, say.flags, say.source);
|
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)
|
if (split == 0)
|
||||||
return nodetoplayer[node];
|
return nodetoplayer[node];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue