mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Merge public master
This commit is contained in:
commit
5a3f1c7653
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue