]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
ahahaha fix a silly mistake (using same constant for many things)
authorFruitieX <rasse@rasse-lappy.localdomain>
Tue, 8 Jun 2010 14:50:29 +0000 (17:50 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Tue, 8 Jun 2010 14:50:29 +0000 (17:50 +0300)
qcsrc/common/constants.qh

index 2215b892abd580f84cf98f7124130de3369f6ebf..5f1afb54289560c244f0b23978b158a922a09f74 100644 (file)
@@ -529,23 +529,23 @@ float MSG_SPREE = 2;
 float MSG_KILL_ACTION = 3;
 float MSG_KILL_ACTION_SPREE = 4;
 
-float KILL_TEAM = 0;
-float KILL_TEAM_SPREE = 1;
-float KILL_FIRST_BLOOD = 2;
-float KILL_FIRST_VICTIM = 3;
-float KILL_TYPEFRAG = 4;
-float KILL_TYPEFRAGGED = 5;
-float KILL_FRAG = 6;
-float KILL_FRAGGED = 7;
-float KILL_SPREE = 8;
-float KILL_END_SPREE = 9;
-float KILL_SPREE_3 = 10;
-float KILL_SPREE_5 = 11;
-float KILL_SPREE_10 = 12;
-float KILL_SPREE_15 = 13;
-float KILL_SPREE_20 = 14;
-float KILL_SPREE_25 = 15;
-float KILL_SPREE_30 = 16;
+float KILL_TEAM = 10301;
+float KILL_TEAM_SPREE = 10302;
+float KILL_FIRST_BLOOD = 10303;
+float KILL_FIRST_VICTIM = 10304;
+float KILL_TYPEFRAG = 10305;
+float KILL_TYPEFRAGGED = 10306;
+float KILL_FRAG = 10307;
+float KILL_FRAGGED = 10308;
+float KILL_SPREE = 10309;
+float KILL_END_SPREE = 10310;
+float KILL_SPREE_3 = 10311;
+float KILL_SPREE_5 = 10312;
+float KILL_SPREE_10 = 10313;
+float KILL_SPREE_15 = 10314;
+float KILL_SPREE_20 = 10315;
+float KILL_SPREE_25 = 10316;
+float KILL_SPREE_30 = 10317;
 
 // weapon requests
 float WR_SETUP         = 1; // (SVQC) setup weapon data
@@ -554,8 +554,8 @@ float WR_CHECKAMMO1 = 3; // (SVQC) checks ammo for weapon
 float WR_CHECKAMMO2    = 4; // (SVQC) checks ammo for weapon
 float WR_AIM           = 5; // (SVQC) runs bot aiming code for this weapon
 float WR_PRECACHE      = 6; // (CSQC and SVQC) precaches models/sounds used by this weapon
-float WR_SUICIDEMESSAGE = 7; // (SVQC) sets w_deathtypestring or leaves it alone (and may inspect w_deathtype for details)
-float WR_KILLMESSAGE    = 8; // (SVQC) sets w_deathtypestring or leaves it alone
+float WR_SUICIDEMESSAGE = 7; // (CSQC) sets w_deathtypestring or leaves it alone (and may inspect w_deathtype for details)
+float WR_KILLMESSAGE    = 8; // (CSQC) sets w_deathtypestring or leaves it alone
 float WR_RELOAD         = 9; // (SVQC) does not need to do anything
 float WR_RESETPLAYER    = 10; // (SVQC) does not need to do anything
 float WR_IMPACTEFFECT  = 11; // (CSQC) impact effect