Skip to content

Commit

Permalink
fix age selection bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Demoragon committed Apr 27, 2020
1 parent 2588a0b commit 2a5d3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/newcharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@ tab_direction set_description( avatar &you, const bool allow_reroll,
w_skills = catacurses::newwin( TERMY - 12, 33, point( 46, 11 ) );
w_guide = catacurses::newwin( 6, TERMX - 3, point( 2, TERMY - 7 ) );
w_height = catacurses::newwin( 1, 20, point( 80, 5 ) );
w_age = catacurses::newwin( 1, 10, point( 80, 6 ) );
w_age = catacurses::newwin( 1, 12, point( 80, 6 ) );
ui.position_from_window( w );
};
init_windows( ui );
Expand Down

0 comments on commit 2a5d3b4

Please sign in to comment.