Looks like this needs a real fix some time.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2016 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-23 00:16:18 +00:00
parent 27a1a4b309
commit bdc24a2720

View file

@ -1350,7 +1350,7 @@ void Cache_Free (cache_user_t *c)
if (c->data == NULL) if (c->data == NULL)
{ {
cache_head = NULL; //this is evil and should never happen cache_head = NULL; //this is evil and should never happen
Host_EndGame("Cache was already free\n"); Sys_Error("Cache was already free\n");
return; return;
} }
cs = ((cache_system_t *)c->data)-1; cs = ((cache_system_t *)c->data)-1;