There was an error while loading. Please reload this page.
1 parent 794a994 commit 9262546Copy full SHA for 9262546
1 file changed
code/missioneditor/missionsave.cpp
@@ -5122,9 +5122,9 @@ int Fred_mission_save::save_wings()
5122
return err;
5123
}
5124
5125
-int CFred_mission_save::save_props()
+int Fred_mission_save::save_props()
5126
{
5127
- if (Mission_save_format != FSO_FORMAT_RETAIL) {
+ if (save_config.save_format != MissionFormat::RETAIL) {
5128
fred_parse_flag = 0;
5129
required_string_fred("#Props");
5130
parse_comments(2);
@@ -5165,6 +5165,5 @@ int CFred_mission_save::save_props()
5165
5166
5167
fso_comment_pop(true);
5168
- //Assert(count == Num_props);
5169
5170
0 commit comments