Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 10368e09db - Show all commits

View File

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