X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=bbd554f5e375697c29dace35b7ab1abcf79fd3d7;hb=ff2155c8fbc6602d7001cd6180eac2465cf4bdc6;hp=86a57d460b42a5d952bc09785dad450ec23b2648;hpb=dc431797a5f45a7b71e2e2f418ef5b8162fc77ad;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 86a57d460b..bbd554f5e3 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -612,7 +612,7 @@ float client_cefc_accumulator; float client_cefc_accumulatortime; #endif -.float campingrifle_bulletcounter; +.float sniperrifle_bulletcounter; #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_CORPSE; (e).dphitcontentsmask = DPCONTENTS_SOLID | DPCONTENTS_BODY | DPCONTENTS_CORPSE // when doing this, hagar can go through clones @@ -660,3 +660,6 @@ float serverflags; .float freezetag_frozen; .float freezetag_beginrevive_time; .float freezetag_revive_progress; + +.entity muzzle_flash; +.float misc_bulletcounter; // replaces uzi & hlac bullet counter.