Skip to content

Commit

Permalink
Merge pull request libretro#41 from Ferk/patch-2
Browse files Browse the repository at this point in the history
Add freedoom2.wad & freedoom1.wad to the standard iwads list
  • Loading branch information
inactive123 authored Feb 22, 2018
2 parents 0554d5d + be41412 commit 494885c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ const char *const standard_iwads[]=
"doom2.wad",
"plutonia.wad",
"tnt.wad",
"freedoom2.wad",
"doom.wad",
"doom1.wad",
"doomu.wad", /* CPhipps - alow doomu.wad */
"freedoom.wad", /* [email protected]: added freedoom for Fedora Extras */
"freedoom1.wad",
"freedoom.wad",
"doom1.wad",
};
static const int nstandard_iwads = sizeof standard_iwads/sizeof*standard_iwads;

Expand Down

0 comments on commit 494885c

Please sign in to comment.