* Crash recovery for com_pipeFile (Lakitu7)
This commit is contained in:
parent
16b99e354b
commit
52ead6fa36
2 changed files with 10 additions and 3 deletions
|
@ -943,6 +943,8 @@ fileHandle_t FS_FCreateOpenPipeFile( const char *filename ) {
|
|||
}
|
||||
else
|
||||
{
|
||||
Com_Printf( S_COLOR_YELLOW "WARNING: Could not create new com_pipefile at %s. "
|
||||
"com_pipefile will not be used.\n", ospath );
|
||||
f = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue