]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
DP_CSQC_V_CALCREFDEF_WIP2
[xonotic/darkplaces.git] / client.h
index 45964700ce7532b71f18522874ebc86ddebe44b2..a40c2b1f697d352a904d9a1a1a0640c9c37fb26e 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1889,7 +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, float clstatsviewheight);
+void V_CalcRefdefUsing (const matrix4x4_t *entrendermatrix, const vec3_t clviewangles, qboolean teleported, qboolean clonground, qboolean clcmdjump, float clstatsviewheight, qboolean cldead, qboolean clintermission);
 void V_CalcRefdef(void);
 void CL_Locs_Reload_f(void);