mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 09:31:12 +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
|
// due to the possibly asynchronous nature of the mixer, the cache
|
||||||
// may have been flushed behind our backs
|
// may have been flushed behind our backs
|
||||||
if (block->cache.data) {
|
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",
|
Sys_Printf ("WARNING: taniwha screwed up in the sound engine: %s\n",
|
||||||
sfx->name);
|
sfx->name);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue