]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.h
-Beautified a function just for fun (better variable names).
[xonotic/darkplaces.git] / cl_video.h
index 5d9cd2f16f0d55e8e398ce698be960f9891aca5a..bd706bc536e8f7c5255f4dcb3a238cd91cbb62b3 100644 (file)
@@ -36,8 +36,11 @@ typedef struct clvideo_s
        cachepic_t cpif;
 
        // if a video is suspended, it is automatically paused (else we'd still have to process the frames)
-    double  lasttime; // used to determine whether the video's resources should be freed or not
-       qboolean suspended; // when lasttime - realtime > THRESHOLD, all but the stream is freed
+       
+       // used to determine whether the video's resources should be freed or not
+    double  lasttime; 
+       // when lasttime - realtime > THRESHOLD, all but the stream is freed
+       qboolean suspended; 
 
        char    filename[MAX_QPATH];
 } clvideo_t;