mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 01:01:43 +00:00
Rename recordmultiplayerdemos to netdemo_record
Begins the process of namespacing demo recording commands.
This commit is contained in:
parent
d676dd5a1e
commit
65ac9b7b0b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue