mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
lumps: Rename demo files to reflect Phase 1/2 naming scheme
This commit is contained in:
parent
b2d7b31271
commit
ac90c128b9
9 changed files with 8 additions and 8 deletions
16
buildcfg.txt
16
buildcfg.txt
|
@ -200,18 +200,18 @@ DEMO2 = demo2_dm
|
||||||
DEMO3 = demo3_dm
|
DEMO3 = demo3_dm
|
||||||
DEMO4 = demo4_dm
|
DEMO4 = demo4_dm
|
||||||
#else
|
#else
|
||||||
DEMO1 = demo1_d2
|
DEMO1 = demo1_p2
|
||||||
DEMO2 = demo2_d2
|
DEMO2 = demo2_p2
|
||||||
DEMO3 = demo3_d2
|
DEMO3 = demo3_p2
|
||||||
DEMO4 = demo4_d2
|
DEMO4 = demo4_p2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else /* not DOOM2 */
|
#else /* not DOOM2 */
|
||||||
|
|
||||||
DEMO1 = demo1_ud
|
DEMO1 = demo1_p1
|
||||||
DEMO2 = demo2_ud
|
DEMO2 = demo2_p1
|
||||||
DEMO3 = demo3_ud
|
DEMO3 = demo3_p1
|
||||||
DEMO4 = demo4_ud
|
DEMO4 = demo4_p1
|
||||||
|
|
||||||
#endif /* #ifdef DOOM2 */
|
#endif /* #ifdef DOOM2 */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue