mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Static for compilation warning.
This commit is contained in:
parent
7bc59abc30
commit
40f7be7676
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ static boolean AllowedPlayerNameChar(char ch)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean EnsurePlayerNameIsGood(char *name, INT32 playernum)
|
static boolean EnsurePlayerNameIsGood(char *name, INT32 playernum)
|
||||||
{
|
{
|
||||||
INT32 ix;
|
INT32 ix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue