1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 17:57:56 +00:00

load scores before showing custom modes

This commit is contained in:
Zeno Rogue
2024-06-02 18:00:47 +02:00
parent 00644cb2ef
commit 70747f938d
3 changed files with 19 additions and 11 deletions

View File

@@ -1485,8 +1485,6 @@ EX string mode_to_search;
EX void list_saved_custom_modes() {
dialog::start_list(2000, 2000, 'a');
count_scores();
auto current_mc = modecode();
int unidentified = 0;