mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
d'oh
This commit is contained in:
parent
e994e622b5
commit
72a1aeb74b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ SND_CacheRelease (sfx_t *sfx)
|
|||
// due to the possibly asynchronous nature of the mixer, the cache
|
||||
// may have been flushed behind our backs
|
||||
if (block->cache.data) {
|
||||
if (!Cache_ReadLock (&bloc->cache)) {
|
||||
if (!Cache_ReadLock (&block->cache)) {
|
||||
Sys_Printf ("WARNING: taniwha screwed up in the sound engine: %s\n",
|
||||
sfx->name);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue