Profile: add default values for some members.

This commit is contained in:
Guillaume Jacquemin 2021-09-27 16:18:03 +02:00
parent bd255ef8d5
commit 10368e09db
1 changed files with 4 additions and 4 deletions

View File

@ -130,10 +130,10 @@ class Profile {
UESaveFile _profile; UESaveFile _profile;
std::string _name; std::string _name;
Int _activeFrameSlot; Int _activeFrameSlot = 0;
Int _credits; Int _credits = 0;
Int _storyProgress; Int _storyProgress = 0;
Int _lastMissionId; Int _lastMissionId = 0;
Int _verseSteel = 0; Int _verseSteel = 0;
Int _undinium = 0; Int _undinium = 0;