mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th01] REYHI*.DAT: Fix parameter type of scoredat_name_get()
Part of P0230, funded by [Anonymous].
This commit is contained in:
parent
010d6ae918
commit
b1487295e8
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue