diff --git a/src/mission.h b/src/mission.h index 5292fe1..bd544c4 100644 --- a/src/mission.h +++ b/src/mission.h @@ -25,14 +25,14 @@ along with this program. If not, see . typedef struct Mission_ { - char primaryObjective[3][50]; // Description + char primaryObjective[3][STRMAX]; // Description int primaryType[3]; // The type of mission this is int target1[3]; // index of target in aliens array int targetValue1[3]; // Number of things to collect (slaves, cash, etc) int timeLimit1[3]; // In minutes int completed1[3]; - char secondaryObjective[3][50]; // Description + char secondaryObjective[3][STRMAX]; // Description int secondaryType[3]; // The type of mission this is int target2[3]; // index of target in aliens array int targetValue2[3]; // Number of things to collect (slaves, cash, etc)