ReC98/th01/main/hiscore.cpp

7 lines
118 B
C++
Raw Normal View History

void scoredat_load_hiscore(void)
{
scoredat_load();
resident->hiscore = scoredat_hiscore_get();
scoredat_free();
}