Skip to content

Commit 27d3375

Browse files
authored
Merge pull request scp-fs2open#31 from Fate-of-the-Galaxy/prepare_to_sync_2025-07-12
Prepare to sync 2025-07-12
2 parents c9ce905 + 6ccb856 commit 27d3375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/mission/missionparse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6922,7 +6922,7 @@ bool parse_main(const char *mission_name, int flags)
69226922

69236923
do {
69246924
// don't do this for imports
6925-
if (!(flags & MPF_IMPORT_FSM) && !(flags & MPF_IMPORT_XWI)) {
6925+
if (!(flags & MPF_IMPORT_FSM)) {
69266926
CFILE *ftemp = cfopen(mission_name, "rt", CFILE_NORMAL, CF_TYPE_MISSIONS);
69276927

69286928
// fail situation.

0 commit comments

Comments
 (0)