X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=055e8b9aa40907f245b73191c21ab5d7b469a241;hp=c66ad28fe3e190a1b3582cb2e227b6d3ca025d4a;hb=546842f7e5a63b11a9b862dbf1709318bb97689b;hpb=e114a20b1ab543b0f4b1791b188eae768f2ca8c4;ds=sidebyside diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index c66ad28fe3..055e8b9aa4 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -338,7 +338,7 @@ string deathmessage; .float cvar_cl_weaponimpulsemode; .int selectweapon; // last selected weapon of the player -.float ballistics_density; // wall piercing factor, larger = bullet can pass through more +.float ballistics_density; //const int FROZEN_NOT = 0; const int FROZEN_NORMAL = 1;