Skip to content

Commit

Permalink
Swap the order of the bind labels to a guess at most used -> least used
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Oct 25, 2024
1 parent 5d1fc0a commit 05cf094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/overmap_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1148,12 +1148,12 @@ static void draw_om_sidebar( ui_adaptor &ui,
};

if( data.debug_editor ) {
print_hint( "PLACE_TERRAIN", c_light_blue );
print_hint( "REVEAL_MAP", c_light_blue );
print_hint( "LONG_TELEPORT", c_light_blue );
print_hint( "PLACE_SPECIAL", c_light_blue );
print_hint( "PLACE_TERRAIN", c_light_blue );
print_hint( "SET_SPECIAL_ARGS", c_light_blue );
print_hint( "LONG_TELEPORT", c_light_blue );
print_hint( "MODIFY_HORDE", c_light_blue );
print_hint( "REVEAL_MAP", c_light_blue );
++y;
}

Expand Down

0 comments on commit 05cf094

Please sign in to comment.