mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
forgot to make Cache_ReadLock visible
This commit is contained in:
parent
407e362d1c
commit
7add93e3ce
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ Cache_Release (cache_user_t *c)
|
|||
CACHE_WRITE_UNLOCK;
|
||||
}
|
||||
|
||||
int
|
||||
VISIBLE int
|
||||
Cache_ReadLock (cache_user_t *c)
|
||||
{
|
||||
return (((cache_system_t *)c->data) - 1)->readlock;
|
||||
|
|
Loading…
Reference in a new issue