Skip to content

Commit 647809f

Browse files
committed
conflict resolution error
1 parent 9dff8a6 commit 647809f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/missioneditor/missionsave.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3544,7 +3544,7 @@ int Fred_mission_save::save_objects()
35443544
fout("\n$Arrival Anchor:");
35453545
}
35463546

3547-
int z = shipp->arrival_anchor;
3547+
z = shipp->arrival_anchor;
35483548
if (z < 0) {
35493549
fout(" <error>");
35503550
} else if (z & SPECIAL_ARRIVAL_ANCHOR_FLAG) {

0 commit comments

Comments
 (0)