Skip to content

Commit

Permalink
Still autoload SIGIL if SIGIL II manually loaded (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Dec 14, 2023
1 parent 8dbca38 commit bd67b3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,13 @@ static int D_OpenWADLauncher(void)
wadfolder = M_StringDuplicate(folder);
D_CheckSupportedPWAD(file);

if (D_IsSIGIL2WAD(file))
{
sigil2 = false;
D_AutoloadSIGILWAD();
sigil2 = true;
}

if (W_MergeFile(file, false))
{
modifiedgame = true;
Expand Down

0 comments on commit bd67b3d

Please sign in to comment.