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:
Simon Howard 2014-02-13 01:59:58 +00:00
parent ad8f15993d
commit e38f120768
5 changed files with 7 additions and 0 deletions

View file

@ -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

Binary file not shown.

BIN
lumps/demo2_dm.lmp Normal file

Binary file not shown.

BIN
lumps/demo3_dm.lmp Normal file

Binary file not shown.

BIN
lumps/demo4_dm.lmp Normal file

Binary file not shown.