Allow recording in GrandPrix

This commit is contained in:
NepDisk 2026-01-01 15:35:28 -05:00
parent c91eaa5e0b
commit d520437141

View file

@ -8598,7 +8598,7 @@ static void P_InitGametype(void)
// Start recording replay in multiplayer with a temp filename
//@TODO I'd like to fix dedis crashing when recording replays for the future too...
if (!demo.playback && multiplayer && !dedicated)
if (!demo.playback && (multiplayer || grandprixinfo.gp) && !dedicated)
{
char buf[MAX_WADPATH];
char ver[128];