mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'char-signage' into 'master'
Use a signed type for NodeToSplitPlayer See merge request KartKrew/RingRacers!82
This commit is contained in:
commit
fa661b4add
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