diff --git a/src/advanced_inv.cpp b/src/advanced_inv.cpp index 89483760774f1..16665021e71ce 100644 --- a/src/advanced_inv.cpp +++ b/src/advanced_inv.cpp @@ -314,7 +314,7 @@ void advanced_inventory::print_items( advanced_inventory_pane &pane, bool active if( selected ) { thiscolor = ( inCategoryMode && - pane.sortby == SORTBY_CATEGORY ) ? c_white_red : hilite( thiscolor ); + pane.sortby == SORTBY_CATEGORY ) ? c_white_red : hilite( c_white ); thiscolordark = hilite( thiscolordark ); if( compact ) { mvwprintz( window, 6 + x, 1, thiscolor, " %s", spaces.c_str() );