diff options
Diffstat (limited to 'src/client/snd_dma.c')
-rw-r--r-- | src/client/snd_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_dma.c b/src/client/snd_dma.c index d51a4b85..ee57f6f2 100644 --- a/src/client/snd_dma.c +++ b/src/client/snd_dma.c @@ -1142,7 +1142,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; } |