1
0
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:
Laserlicht
2023-09-23 21:38:17 +02:00
committed by GitHub
20 changed files with 320 additions and 97 deletions

View File

@ -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;