Skip to content

Commit

Permalink
revert right-aligned "Toggle minimap"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilvoctu committed Feb 9, 2020
1 parent e5b617e commit 4788984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6584,9 +6584,6 @@ look_around_result game::look_around( catacurses::window w_info, tripoint &cente
mvwprintz( w_info, point( 1, getmaxy( w_info ) - 1 ), fast_scroll ? c_light_green : c_green,
fast_scroll_text );

right_print( w_info, getmaxy( w_info ) - 1, 1, pixel_minimap_option ? c_light_green : c_green,
pixel_minimap_text );

mvwprintz( w_info, point( 1, getmaxy( w_info ) - 2 ),
pixel_minimap_option ? c_light_green : c_green, pixel_minimap_text );

Expand Down

0 comments on commit 4788984

Please sign in to comment.