diff --git a/buildcfg.txt b/buildcfg.txt index 3cb0eee1..8bae4f87 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -174,13 +174,16 @@ MAP32 [lumps] PLAYPAL COLORMAP -ENDOOM GENMIDI FREEDOOM + #ifdef FREEDM DEHACKED = fdm_deh +ENDOOM = endoomdm +FREEDM #else DEHACKED +ENDOOM #endif #ifdef DOOM2 @@ -212,12 +215,6 @@ DEMO4 = demo4_ud #endif /* #ifdef DOOM2 */ -#ifdef FREEDM - -FREEDM - -#endif /* #ifdef FREEDM */ - ; boom colormaps C_START diff --git a/lumps/endoomdm.lmp b/lumps/endoomdm.lmp new file mode 120000 index 00000000..1722469e --- /dev/null +++ b/lumps/endoomdm.lmp @@ -0,0 +1 @@ +fraggle/endoomdm.lmp \ No newline at end of file diff --git a/lumps/fraggle/endoomdm.lmp b/lumps/fraggle/endoomdm.lmp new file mode 100644 index 00000000..2a5db924 Binary files /dev/null and b/lumps/fraggle/endoomdm.lmp differ