mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Include the right patch list when building freedm.wad.
This commit is contained in:
parent
108394b1d3
commit
926c4f5c29
1 changed files with 7 additions and 1 deletions
|
@ -2670,10 +2670,16 @@ YSKUB0 7 18
|
|||
|
||||
#ifdef SHAREWARE
|
||||
#include "textures/shareware/pnames.txt"
|
||||
#else
|
||||
#endif
|
||||
|
||||
#ifdef DOOM2
|
||||
|
||||
#ifdef FREEDM
|
||||
#include "textures/freedm/pnames.txt"
|
||||
#else
|
||||
#include "textures/doom2/pnames.txt"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue