From 72a1aeb74b57dff27c9d7659fef35448e6c3e38c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 27 Mar 2007 03:43:52 +0000 Subject: [PATCH] d'oh --- libs/audio/renderer/snd_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audio/renderer/snd_mem.c b/libs/audio/renderer/snd_mem.c index 031bc7b93..9a5f7c0fb 100644 --- a/libs/audio/renderer/snd_mem.c +++ b/libs/audio/renderer/snd_mem.c @@ -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;