Allow recording in GrandPrix
This commit is contained in:
parent
c91eaa5e0b
commit
d520437141
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue