Rename recordmultiplayerdemos to netdemo_record

Begins the process of namespacing demo recording commands.
This commit is contained in:
fickleheart 2019-03-19 23:08:32 -05:00
parent d676dd5a1e
commit 65ac9b7b0b

View file

@ -339,7 +339,7 @@ boolean precache = true; // if true, load all graphics at start
INT16 prevmap, nextmap;
static CV_PossibleValue_t recordmultiplayerdemos_cons_t[] = {{0, "Disabled"}, {1, "Manual Save"}, {2, "Auto Save"}, {0, NULL}};
consvar_t cv_recordmultiplayerdemos = {"recordmultiplayerdemos", "Manual Save", CV_SAVE, recordmultiplayerdemos_cons_t, NULL, 0, NULL, NULL, 0, 0, NULL};
consvar_t cv_recordmultiplayerdemos = {"netdemo_record", "Manual Save", CV_SAVE, recordmultiplayerdemos_cons_t, NULL, 0, NULL, NULL, 0, 0, NULL};
static UINT8 *savebuffer;