Skip to content

Commit

Permalink
Merge pull request #42745 from mqrause/sort_armor_all
Browse files Browse the repository at this point in the history
Clothing menu opens to category "All"
  • Loading branch information
ZhilkinSerg authored Aug 6, 2020
2 parents 97984d6 + 08e8751 commit 0859116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/armor_layers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ void player::sort_armor()
int right_w = 0;
int middle_w = 0;

int tabindex = body_part::num_bp;
int tabindex = 0; //body_part::num_bp;
const int tabcount = body_part::num_bp + 1;

int leftListIndex = 0;
Expand Down

0 comments on commit 0859116

Please sign in to comment.