make sure svs.demofile is set to NULL after closing it

This commit is contained in:
svdijk 2013-05-13 21:26:58 +02:00
parent 662229a568
commit a5044a93eb

View file

@ -550,6 +550,7 @@ SV_ServerRecord_f(void)
{
Com_Printf("not enough buffer space available.\n");
fclose(svs.demofile);
SVS.demofile = NULL;
return;
}
}