shithub: qk1

Download patch

ref: c7cca52323edfc8c8792bc75829e853689bb94ec
parent: 124417c9776e6229ab25da53b90aa647cc72fc79
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Dec 17 15:43:07 EST 2023

fog: apply after warp

--- a/r_main.c
+++ b/r_main.c
@@ -732,10 +732,10 @@
 	}
 	r_drawflags = 0;
 
-	R_DrawFog();
-
 	if (r_dowarp)
 		D_WarpScreen ();
+
+	R_DrawFog();
 
 	V_SetContentsColor (r_viewleaf->contents);