Skip to content

Commit 9262546

Browse files
committed
fix rebase bug
1 parent 794a994 commit 9262546

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

code/missioneditor/missionsave.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5122,9 +5122,9 @@ int Fred_mission_save::save_wings()
51225122
return err;
51235123
}
51245124

5125-
int CFred_mission_save::save_props()
5125+
int Fred_mission_save::save_props()
51265126
{
5127-
if (Mission_save_format != FSO_FORMAT_RETAIL) {
5127+
if (save_config.save_format != MissionFormat::RETAIL) {
51285128
fred_parse_flag = 0;
51295129
required_string_fred("#Props");
51305130
parse_comments(2);
@@ -5165,6 +5165,5 @@ int CFred_mission_save::save_props()
51655165
}
51665166

51675167
fso_comment_pop(true);
5168-
//Assert(count == Num_props);
51695168
return err;
51705169
}

0 commit comments

Comments
 (0)