Skip to content

Commit 68e7519

Browse files
committed
future todo
1 parent 32e9b2d commit 68e7519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/missioneditor/campaignsave.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ int Fred_campaign_save::save_campaign_file(const char* pathname, const SCP_vecto
3333
parse_comments(0);
3434
fout_ext(" ", "%s", Campaign.name);
3535

36+
// TODO make type an enum to clean this up
3637
Assert((Campaign.type >= 0) && (Campaign.type < MAX_CAMPAIGN_TYPES));
3738
required_string_fred("$Type:");
3839
parse_comments();

0 commit comments

Comments
 (0)