Static for compilation warning.

This commit is contained in:
toaster 2022-06-15 13:36:32 +01:00
parent 7bc59abc30
commit 40f7be7676

View file

@ -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;