lol test net replay stuff

This commit is contained in:
fickleheart 2019-01-12 01:32:07 -06:00
parent c9444116dd
commit 1fb34ab65d

View file

@ -2337,6 +2337,11 @@ static void Got_Mapcmd(UINT8 **cp, INT32 playernum)
return; return;
} }
//@TODO NET REPLAYS NEED BETTER FILE NAMING STUFF. ALSO OPTIONS. FUCK.
if (multiplayer) {
G_RecordDemo("net_replay_test");
}
if (chmappending) if (chmappending)
chmappending--; chmappending--;