Skip to content

Commit

Permalink
fix clang 9 from CleverRaven#73400
Browse files Browse the repository at this point in the history
  • Loading branch information
Brambor committed May 3, 2024
1 parent 7592cbc commit 2166ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8601,7 +8601,7 @@ game::vmenu_ret game::list_items( const std::vector<map_item_stack> &item_list )
const std::string *new_str;
// 1 make space between item description and right padding (distance)
int new_width = 1;
const nc_color *new_col;
const nc_color *new_col = nullptr;
if( print_new ) {
switch( check_items_newness( iter->example ) ) {
case content_newness::NEW:
Expand Down

0 comments on commit 2166ab4

Please sign in to comment.