mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Merge branch 'develop' into highscore_menu
This commit is contained in:
@ -40,6 +40,7 @@ PlayerState::PlayerState(PlayerState && other) noexcept:
|
||||
std::swap(towns, other.towns);
|
||||
std::swap(dwellings, other.dwellings);
|
||||
std::swap(quests, other.quests);
|
||||
std::swap(battleBonuses, other.battleBonuses);
|
||||
}
|
||||
|
||||
PlayerState::~PlayerState() = default;
|
||||
|
Reference in New Issue
Block a user