use default valuse for CharacterStats

This commit is contained in:
Martin Michelsen
2023-06-27 00:25:19 -07:00
parent 42c5c496dc
commit aced59ea7a
2 changed files with 7 additions and 18 deletions
-9
View File
@@ -27,15 +27,6 @@ static const string ACCOUNT_FILE_SIGNATURE =
static FileContentsCache player_files_cache(300 * 1000 * 1000);
CharacterStats::CharacterStats() noexcept
: atp(0),
mst(0),
evp(0),
hp(0),
dfp(0),
ata(0),
lck(0) {}
PlayerStats::PlayerStats() noexcept
: level(0),
experience(0),