Skip to content

Commit

Permalink
return from every_item() (CleverRaven#30474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Mostovoy authored and ZhilkinSerg committed May 13, 2019
1 parent ae2bd70 commit 0f8bf29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/item_group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ std::set<const itype *> Single_item_creator::every_item() const
return {};
}
assert( !"Unexpected type" );
return {};
}

void Single_item_creator::inherit_ammo_mag_chances( const int ammo, const int mag )
Expand Down

0 comments on commit 0f8bf29

Please sign in to comment.