mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Replays: auto-save when new recording starts
- Saves if the map changes
This commit is contained in:
parent
8c76dee523
commit
e563f6271f
1 changed files with 3 additions and 0 deletions
|
|
@ -1776,6 +1776,9 @@ void G_ConfirmRewind(tic_t rewindtime)
|
||||||
//
|
//
|
||||||
void G_RecordDemo(const char *name)
|
void G_RecordDemo(const char *name)
|
||||||
{
|
{
|
||||||
|
if (demo.recording)
|
||||||
|
G_CheckDemoStatus();
|
||||||
|
|
||||||
extern consvar_t cv_netdemosize;
|
extern consvar_t cv_netdemosize;
|
||||||
|
|
||||||
INT32 maxsize;
|
INT32 maxsize;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue