mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 07:00:59 +00:00
lol test net replay stuff
This commit is contained in:
parent
c9444116dd
commit
1fb34ab65d
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…
Reference in a new issue