mirror of https://github.com/nmlgc/ReC98.git
7 lines
118 B
C++
7 lines
118 B
C++
![]() |
void scoredat_load_hiscore(void)
|
||
|
{
|
||
|
scoredat_load();
|
||
|
resident->hiscore = scoredat_hiscore_get();
|
||
|
scoredat_free();
|
||
|
}
|