Skip to content

Commit

Permalink
Update src/item.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Olanti <[email protected]>
  • Loading branch information
Coolthulhu and olanti-p authored Sep 4, 2021
1 parent 0f87dee commit ed79a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6352,7 +6352,7 @@ int item::wind_resist() const
{
std::vector<const material_type *> materials = made_of_types();
if( materials.empty() ) {
debugmsg( "Called item::wind_resist on an item (%s) made of nothing!", tname() );
debugmsg( "Called item::wind_resist on an item (%s [%s]) made of nothing!", tname(), typeId() );
return 99;
}

Expand Down

0 comments on commit ed79a13

Please sign in to comment.