]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
added snd_soundradius cvar (default 1000 as before) to allow games (Nexuiz for instan...
[xonotic/darkplaces.git] / client.h
index 1fdcf14446989428d535c0a67f4c58950256b0f0..e7bf8e08f536df4cfdeeb052485cad2bb6f7fdf1 100644 (file)
--- a/client.h
+++ b/client.h
@@ -401,10 +401,6 @@ qw_downloadtype_t;
 
 typedef enum capturevideoformat_e
 {
-       CAPTUREVIDEOFORMAT_TARGA,
-       CAPTUREVIDEOFORMAT_JPEG,
-       CAPTUREVIDEOFORMAT_RAWRGB,
-       CAPTUREVIDEOFORMAT_RAWYV12,
        CAPTUREVIDEOFORMAT_AVI_I420
 }
 capturevideoformat_t;
@@ -418,8 +414,8 @@ typedef struct capturevideostate_s
        fs_offset_t videofile_totalframes_offset2;
        fs_offset_t videofile_totalsampleframes_offset;
        qfile_t *videofile;
-       qfile_t *soundfile;
        qboolean active;
+       qboolean realtime;
        qboolean error;
        capturevideoformat_t format;
        int soundrate;