Skip to content

Commit

Permalink
Merge pull request #37988 from Kilvoctu/panel-test-fix
Browse files Browse the repository at this point in the history
Fix clang-tidy error with panels.cpp
  • Loading branch information
ZhilkinSerg authored Feb 13, 2020
2 parents b9b3901 + ca752b6 commit 4eca2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,7 @@ static void draw_needs_labels( const avatar &u, const catacurses::window &w )
static void draw_sound_labels( const avatar &u, const catacurses::window &w )
{
werase( w );
// NOLINTNEXTLINE(cata-use-named-point-constants)
mvwprintz( w, point( 1, 0 ), c_light_gray, _( "Sound:" ) );
if( !u.is_deaf() ) {
mvwprintz( w, point( 8, 0 ), c_yellow, to_string( u.volume ) );
Expand Down

0 comments on commit 4eca2cd

Please sign in to comment.