fix unit profiles beeing lost in unit cctor.

This commit is contained in:
gfgtdf 2016-02-05 23:56:32 +01:00
parent 29db0593ee
commit 97df0ef77d

View file

@ -313,6 +313,8 @@ unit::unit(const unit& o)
, random_traits_(o.random_traits_)
, generate_name_(o.generate_name_)
, upkeep_(o.upkeep_)
, profile_(o.profile_)
, small_profile_(o.small_profile_)
, invisibility_cache_()
{
}