mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-14 00:40:46 +00:00
Self-reminder...
This commit is contained in:
parent
3d36f531b9
commit
4f8d1383b0
1 changed files with 1 additions and 0 deletions
|
@ -3164,6 +3164,7 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
: mapheaderinfo[gamemap - 1]->numlaps);
|
||||
|
||||
//@TODO NET REPLAYS NEED BETTER FILE NAMING STUFF. ALSO OPTIONS. FUCK.
|
||||
//@TODO I'd like to fix dedis crashing when recording replays for the future too...
|
||||
if (!demoplayback && multiplayer && !dedicated) {
|
||||
static char buf[256];
|
||||
sprintf(buf, "replay"PATHSEP"online"PATHSEP"%d-%s", (int) (time(NULL)), G_BuildMapName(gamemap));
|
||||
|
|
Loading…
Reference in a new issue