aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/snd_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/snd_dma.c')
-rw-r--r--code/client/snd_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c
index 0505403..57ccea5 100644
--- a/code/client/snd_dma.c
+++ b/code/client/snd_dma.c
@@ -1141,7 +1141,7 @@ void S_GetSoundtime(void)
if( CL_VideoRecording( ) )
{
- s_soundtime += (int)ceil( dma.speed / cl_avidemo->value );
+ s_soundtime += (int)ceil( dma.speed / cl_aviFrameRate->value );
return;
}