mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
demos: Add stopgap demos for FreeDM.
These are a few very short demos recorded on FreeDM maps that do not currently have any open bugs. This does not fix #15 but at least the game won't crash in Vanilla for the time being, until we record some proper deathmatch demos.
This commit is contained in:
parent
ad8f15993d
commit
e38f120768
5 changed files with 7 additions and 0 deletions
|
@ -191,10 +191,17 @@ DMXGUS
|
|||
|
||||
#ifdef DOOM2
|
||||
|
||||
#ifdef FREEDM
|
||||
DEMO1 = demo1_dm
|
||||
DEMO2 = demo2_dm
|
||||
DEMO3 = demo3_dm
|
||||
DEMO4 = demo4_dm
|
||||
#else
|
||||
DEMO1 = demo1_d2
|
||||
DEMO2 = demo2_d2
|
||||
DEMO3 = demo3_d2
|
||||
DEMO4 = demo4_d2
|
||||
#endif
|
||||
|
||||
#else /* not DOOM2 */
|
||||
|
||||
|
|
BIN
lumps/demo1_dm.lmp
Normal file
BIN
lumps/demo1_dm.lmp
Normal file
Binary file not shown.
BIN
lumps/demo2_dm.lmp
Normal file
BIN
lumps/demo2_dm.lmp
Normal file
Binary file not shown.
BIN
lumps/demo3_dm.lmp
Normal file
BIN
lumps/demo3_dm.lmp
Normal file
Binary file not shown.
BIN
lumps/demo4_dm.lmp
Normal file
BIN
lumps/demo4_dm.lmp
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue