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:
Timothy C. McGrath 2004-01-28 10:25:49 +00:00
parent 53f8424912
commit 74404b229d

View file

@ -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;
}