note to self: always compile before you commit

This commit is contained in:
svdijk 2013-05-13 21:39:53 +02:00
parent a5044a93eb
commit be63c7f198

View file

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