We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e9b2d commit 68e7519Copy full SHA for 68e7519
code/missioneditor/campaignsave.cpp
@@ -33,6 +33,7 @@ int Fred_campaign_save::save_campaign_file(const char* pathname, const SCP_vecto
33
parse_comments(0);
34
fout_ext(" ", "%s", Campaign.name);
35
36
+ // TODO make type an enum to clean this up
37
Assert((Campaign.type >= 0) && (Campaign.type < MAX_CAMPAIGN_TYPES));
38
required_string_fred("$Type:");
39
parse_comments();
0 commit comments