mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
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:
parent
27a1a4b309
commit
bdc24a2720
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue