Skip to content

Commit

Permalink
Refresh player stats in creation screen (#57884)
Browse files Browse the repository at this point in the history
Refresh player stats in creation screen so displayed numbers are correct
  • Loading branch information
RoyBerube committed May 24, 2022
1 parent 5b5e504 commit cf0791a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/newcharacter.cpp
Expand Up @@ -1079,6 +1079,7 @@ tab_direction set_stats( avatar &u, pool_type pool )
mvwprintz( w, point( 16, 8 ), c_light_gray, "%2d", u.per_max );

werase( w_description );
u.reset_stats();
switch( sel ) {
case 1:
mvwprintz( w, point( 2, 5 ), COL_SELECT, _( "Strength:" ) );
Expand Down

0 comments on commit cf0791a

Please sign in to comment.