Include the right patch list when building freedm.wad.

This commit is contained in:
Simon Howard 2006-06-16 17:11:05 +00:00
parent 108394b1d3
commit 926c4f5c29

View file

@ -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