lumps: New demo1, 2, and 3 lmps for both Doom 2 and Ultimate Doom

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
Catoptromancy 2009-07-28 12:33:00 -07:00 committed by Mike Swanson
parent 7faed82fff
commit c8cd1bcd45
6 changed files with 6 additions and 1 deletions

View file

@ -193,6 +193,8 @@ FREEDOOM
#ifdef DOOM2
DEMO1 = demo1_d2
DEMO2 = demo2_d2
DEMO3 = demo3_d2
#else
@ -205,7 +207,10 @@ DEMO3
#ifdef ULTDOOM
DEMO4
DEMO1 = demo1_ud
DEMO2 = demo2_ud
DEMO3 = demo3_ud
DEMO4 = demo4_ud
#endif /* #ifdef ULTDOOM */

BIN
lumps/demo1_ud.lmp Normal file

Binary file not shown.

BIN
lumps/demo2_d2.lmp Normal file

Binary file not shown.

BIN
lumps/demo2_ud.lmp Normal file

Binary file not shown.

BIN
lumps/demo3_d2.lmp Normal file

Binary file not shown.

BIN
lumps/demo3_ud.lmp Normal file

Binary file not shown.