Profile: add default values for some members.
This commit is contained in:
parent
bd255ef8d5
commit
10368e09db
1 changed files with 4 additions and 4 deletions
|
@ -130,10 +130,10 @@ class Profile {
|
|||
UESaveFile _profile;
|
||||
|
||||
std::string _name;
|
||||
Int _activeFrameSlot;
|
||||
Int _credits;
|
||||
Int _storyProgress;
|
||||
Int _lastMissionId;
|
||||
Int _activeFrameSlot = 0;
|
||||
Int _credits = 0;
|
||||
Int _storyProgress = 0;
|
||||
Int _lastMissionId = 0;
|
||||
|
||||
Int _verseSteel = 0;
|
||||
Int _undinium = 0;
|
||||
|
|
Loading…
Reference in a new issue