mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Include doom pnames in buildcfg.txt when ULTDOOM is defined
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
cc7a9e03d4
commit
52f2f5cf5e
1 changed files with 4 additions and 0 deletions
|
@ -2700,6 +2700,10 @@ YSKUB0 7 18
|
|||
#include "textures/shareware/pnames.txt"
|
||||
#endif
|
||||
|
||||
#ifdef ULTDOOM
|
||||
#include "textures/doom/pnames.txt"
|
||||
#endif
|
||||
|
||||
#ifdef DOOM2
|
||||
|
||||
#ifdef FREEDM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue