From ca752b60cbdce5841c9f0da05f9b144fc4fde540 Mon Sep 17 00:00:00 2001 From: Kilvoctu Date: Thu, 13 Feb 2020 00:16:21 -0600 Subject: [PATCH] Add line to fix test --- src/panels.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels.cpp b/src/panels.cpp index 7f54532e9c006..035e8740ca0f2 100644 --- a/src/panels.cpp +++ b/src/panels.cpp @@ -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 ) );