Skip to content

Commit d0eefa5

Browse files
authored
Merge pull request scp-fs2open#32 from Fate-of-the-Galaxy/post_sync_2025-07-12
Revert "Prepare to sync 2025-07-12"
2 parents 060d0f1 + e999954 commit d0eefa5

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)) {
6925+
if (!(flags & MPF_IMPORT_FSM) && !(flags & MPF_IMPORT_XWI)) {
69266926
CFILE *ftemp = cfopen(mission_name, "rt", CF_TYPE_MISSIONS);
69276927

69286928
// fail situation.

0 commit comments

Comments
 (0)