Skip to content

Commit

Permalink
Fix savegame, autoload folders for chex.wad and rekkrsa.wad
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 5, 2023
1 parent 782ad7a commit 770a338
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/d_iwad.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,10 @@ static char *SaveGameIWADName(void)
return (gamemode == commercial ? "freedoom2" : "freedoom");
else if (hacx)
return "hacx";
else if (chex)
return "chex";
else if (REKKRSA)
return "rekkrsa";

for (size_t i = 0; iwads[i].name[0]; i++)
if (gamemission == iwads[i].mission)
Expand Down

0 comments on commit 770a338

Please sign in to comment.