We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05401e8 commit c5a65f4Copy full SHA for c5a65f4
1 file changed
src/Savegame/SavedGame.h
@@ -81,6 +81,7 @@ struct PromotionInfo
81
int totalColonels;
82
int totalCaptains;
83
int totalSergeants;
84
+ PromotionInfo(): totalCommanders(0), totalColonels(0), totalCaptains(0), totalSergeants(0){}
85
};
86
/**
87
* The game data that gets written to disk when the game is saved.
0 commit comments