[Maintenance] [th01] REYHI*.DAT: Fix parameter type of scoredat_name_get()

Part of P0230, funded by [Anonymous].
This commit is contained in:
nmlgc 2023-01-28 04:34:33 +01:00
parent 010d6ae918
commit b1487295e8
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ void scoredat_load_hiscore();
// Sets [str] to the null-terminated name at the given [place] for the
// difficulty previously loaded by scoredat_load().
void scoredat_name_get(int place, char str[SCOREDAT_NAME_BYTES + 1]);
void scoredat_name_get(int place, unsigned char str[SCOREDAT_NAME_BYTES + 1]);