mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 04:51:43 +00:00
lol test net replay stuff
This commit is contained in:
parent
11837576a1
commit
aea82da5fc
1 changed files with 5 additions and 0 deletions
|
|
@ -2337,6 +2337,11 @@ static void Got_Mapcmd(UINT8 **cp, INT32 playernum)
|
|||
return;
|
||||
}
|
||||
|
||||
//@TODO NET REPLAYS NEED BETTER FILE NAMING STUFF. ALSO OPTIONS. FUCK.
|
||||
if (multiplayer) {
|
||||
G_RecordDemo("net_replay_test");
|
||||
}
|
||||
|
||||
if (chmappending)
|
||||
chmappending--;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue