mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-11 12:40:45 +00:00
note to self: always compile before you commit
This commit is contained in:
parent
a5044a93eb
commit
be63c7f198
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue