diff options
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h index a875f9dd..541dca40 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -236,6 +236,9 @@ typedef struct { int timeDemoMaxDuration; // maximum frame duration unsigned char timeDemoDurations[ MAX_TIMEDEMO_DURATIONS ]; // log of frame durations + float aviVideoFrameRemainder; + float aviSoundFrameRemainder; + #ifdef USE_VOIP qboolean voipEnabled; qboolean speexInitialized; |