From: Samual Date: Thu, 12 Jan 2012 19:18:53 +0000 (-0500) Subject: Use a .qh file for this X-Git-Tag: xonotic-v0.6.0~110^2^2~24^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=725f11ca038efcdff2385f24dadcbee2e72c5672;p=xonotic%2Fxonotic-data.pk3dir.git Use a .qh file for this --- diff --git a/qcsrc/client/damage.qc b/qcsrc/client/damage.qc index 46ecf3aab..620cdc873 100644 --- a/qcsrc/client/damage.qc +++ b/qcsrc/client/damage.qc @@ -1,5 +1,3 @@ -.float total_damages; - void DamageEffect_Think() { // if particle distribution is enabled, slow ticrate by total number of damages diff --git a/qcsrc/client/damage.qh b/qcsrc/client/damage.qh new file mode 100644 index 000000000..23982f132 --- /dev/null +++ b/qcsrc/client/damage.qh @@ -0,0 +1 @@ +.float total_damages; // number of effects which currently are attached to a player \ No newline at end of file