Skip to content

Commit

Permalink
Merge pull request #33631 from ZhilkinSerg/astyle-2019-08-28
Browse files Browse the repository at this point in the history
Fix astyle regression (2019-08-28)
  • Loading branch information
ZhilkinSerg authored Aug 28, 2019
2 parents b0ac7e3 + 16f9e35 commit 2f12c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npctalk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ void dialogue::gen_responses( const talk_topic &the_topic )
skill_level_obj.train( 100 );
const int next_level = skill_level_obj.level();
const int next_level_exercise = skill_level_obj.exercise();

//~Skill name: current level (exercise) -> next level (exercise) (cost in dollars)
std::string text = string_format( cost > 0 ? _( "%s: %d (%d%%) -> %d (%d%%) (cost $%d)" ) :
_( "%s: %d (%d%%) -> %d" ),
Expand Down

0 comments on commit 2f12c1d

Please sign in to comment.