mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-20 18:37:48 -04:00
add doomu.wad alias for Ultimate Doom (#1736)
This commit is contained in:
parent
2721476433
commit
db36bafe6e
@ -35,6 +35,8 @@ static const iwad_t iwads[] = {
|
||||
{"doom.wad", doom, indetermined, "DOOM" },
|
||||
{"doom.wad", doom, registered, "DOOM Registered" },
|
||||
{"doom.wad", doom, retail, "The Ultimate DOOM" },
|
||||
// "doomu.wad" alias to allow retail wad to coexist with registered in the same folder
|
||||
{"doomu.wad", doom, retail, "The Ultimate DOOM" },
|
||||
{"doom1.wad", doom, shareware, "DOOM Shareware" },
|
||||
{"doom2f.wad", doom2, commercial, "DOOM II: L'Enfer sur Terre" },
|
||||
{"freedoom2.wad", doom2, commercial, "Freedoom: Phase 2" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user