mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Rename recordmultiplayerdemos to netdemo_record
Begins the process of namespacing demo recording commands.
This commit is contained in:
parent
d6167ef35a
commit
3a96ee70af
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…
Add table
Reference in a new issue