]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
declare it
authorRudolf Polzer <divverent@xonotic.org>
Tue, 15 Nov 2011 09:37:37 +0000 (10:37 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 15 Nov 2011 09:37:37 +0000 (10:37 +0100)
qcsrc/csqcmodel/cl_player.qc

index 452703e66dfb89befd992a7664ef972b6d136360..708d2105d771332a373467be233e4955f5ea6361 100644 (file)
@@ -124,6 +124,8 @@ float CSQCPlayer_IsLocalPlayer()
        return (self == csqcplayer);
 }
 
+void(entity e) V_CalcRefdef = #640; // DP_CSQC_V_CALCREFDEF
+
 void CSQCPlayer_SetCamera()
 {
        if(csqcplayer)