shithub: choc

Download patch

ref: aa3e8e11e588c35eec44ea58f1a9d06b02e3efe5
parent: 69a8ad95840704e1061dca31b2427599291a6add
author: Thomas A. Birkel <capnclever@gmail.com>
date: Thu Oct 20 14:50:56 EDT 2016

Add demo support to automatically playback parameters in Heretic/Hexen

-longtics, -respawn, and -nomonsters are stored in the demo via the
player one header byte.

Move longtics into single file: its usage is now limited to only
G_RecordDemo so it can stay local to g_game.c.

Additional implemention for #432