mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Another patch from Grievre, this prevents a bad ogg tracklist.cfg from crashing
the game, since that event is already handled correctly. Timothy C. McGrath (Hikaru)
This commit is contained in:
parent
53f8424912
commit
74404b229d
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ PL_GetPropertyList (const char *string)
|
|||
return newpl;
|
||||
} else {
|
||||
if (pl && pl->error && pl->error[0])
|
||||
Sys_Error ("%d,%d: %s", pl->line, pl->pos, pl->error);
|
||||
Sys_Printf ("plist: %d,%d: %s", pl->line, pl->pos, pl->error);
|
||||
free (pl);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue