]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
ground R_CalcRefdef when the player entity is shared
[xonotic/darkplaces.git] / client.h
index 8fe40a81969b078b078a3aa87492bdb7d6569aa9..f28e5adb78cdfef974f843555895af22ac927d90 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1889,6 +1889,7 @@ void SCR_CaptureVideo_SoundFrame(const portable_sampleframe_t *paintbuffer, size
 void V_DriftPitch(void);
 void V_FadeViewFlashs(void);
 void V_CalcViewBlend(void);
+void V_CalcRefdefUsing(const matrix4x4_t *entrendermatrix, const vec3_t clviewangles, qboolean teleported, qboolean clonground, qboolean clcmdjump);
 void V_CalcRefdef(void);
 void CL_Locs_Reload_f(void);