fix unit profiles beeing lost in unit cctor.
This commit is contained in:
parent
29db0593ee
commit
97df0ef77d
1 changed files with 2 additions and 0 deletions
|
@ -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_()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue