mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
buildcfg: Get rid of PHASE1_OR_PHASE2 #define.
This was only ever used for build of the "shareware" WAD and has not been relevant for a long time now.
This commit is contained in:
parent
858ca82ceb
commit
ecc45beebe
1 changed files with 3 additions and 10 deletions
13
buildcfg.txt
13
buildcfg.txt
|
@ -16,14 +16,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PHASE2
|
#ifdef PHASE2
|
||||||
#define PHASE1_OR_PHASE2
|
|
||||||
#undef PHASE1
|
#undef PHASE1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PHASE1
|
|
||||||
#define PHASE1_OR_PHASE2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
; List of levels
|
; List of levels
|
||||||
[levels]
|
[levels]
|
||||||
|
|
||||||
|
@ -584,6 +579,9 @@ M_DOOM 13 -16
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
; Used both in phase 2 and phase 1 (E4):
|
||||||
|
INTERPIC 0 0
|
||||||
|
|
||||||
#ifdef PHASE2
|
#ifdef PHASE2
|
||||||
HELP 0 0
|
HELP 0 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1096,11 +1094,6 @@ CWILV31 = DMWILV31
|
||||||
|
|
||||||
#endif /* #ifdef PHASE2 */
|
#endif /* #ifdef PHASE2 */
|
||||||
|
|
||||||
#ifdef PHASE1_OR_PHASE2
|
|
||||||
; interpic is used by ultimate doom and doom2
|
|
||||||
INTERPIC 0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
; sprites list
|
; sprites list
|
||||||
|
|
||||||
[sprites]
|
[sprites]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue