]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
declare a variable
authorRudolf Polzer <divverent@xonotic.org>
Mon, 14 Nov 2011 05:43:53 +0000 (06:43 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 14 Nov 2011 05:43:53 +0000 (06:43 +0100)
qcsrc/client/main.qh

index 58a0bad1969c8dbdaee95fcff27c75390f23a303..2a4147170fa1e7cb1f4e20efabff1c823b1dbb6a 100644 (file)
@@ -165,3 +165,5 @@ float g_trueaim_minrange;
 entity entcs_receiver[255]; // 255 is the engine limit on maxclients
 
 float hud;
+
+void cvar_clientsettemp(string cv, string val);