Skip to content

Commit

Permalink
Refresh whole screen after selecting "What to do with your X"
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik committed Jan 26, 2020
1 parent fe570fa commit a935a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/avatar.cpp
Expand Up @@ -1551,6 +1551,8 @@ bool avatar::invoke_item( item *used, const tripoint &pt )

const std::string &method = std::next( use_methods.begin(), choice )->first;

g->refresh_all();

return invoke_item( used, method, pt );
}

Expand Down

0 comments on commit a935a80

Please sign in to comment.