* Show the highscore table for a given difficulty. When called from * endgame ranking is set to the top5 element that was newly added * and is thus highlighted */
| 241 | * and is thus highlighted |
| 242 | */ |
| 243 | void ShowHighscoreTable(int difficulty, int8_t ranking) |
| 244 | { |
| 245 | CloseWindowByClass(WC_HIGHSCORE); |
| 246 | new HighScoreWindow(_highscore_desc, difficulty, ranking); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Show the endgame victory screen in 2050. Update the new highscore |
no test coverage detected