Skip to content

Commit

Permalink
Avoid magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored May 6, 2017
1 parent 4729581 commit 51fea59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advanced_inv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ void advanced_inventory::display()
werase( minimap );
werase( mm_border );
draw_border( head );
Messages::display_messages( head, 2, 1, w_width - 1, 3 );
Messages::display_messages( head, 2, 1, w_width - 1, head_height - 2 );
draw_minimap();
const std::string msg = _( "< [?] show help >" );
mvwprintz( head, 0,
Expand Down

0 comments on commit 51fea59

Please sign in to comment.