X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=fed448fe3b5502d8a0ab7533d393b3ac5961a05d;hp=552fd74c451c12ce66a1f6eff374dd58aeefef1b;hb=20256058c4de97b81ee5aaedaa383a99010752f0;hpb=65cc53d883dd9b2d61456400a30aae7548f5d5ea diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 552fd74c45..fed448fe3b 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -282,23 +282,6 @@ const vector eZ = '0 0 1'; #define SP_SCORE 3 // game mode specific indices are not in common/, but in server/scores_rules.qc! -#ifdef COMPAT_XON010_CHANNELS -const float CH_INFO = 0; // only on world and csqc -const float CH_TRIGGER = 0; // only on players; compat: FALSELY CONTROLLED BY "Info" -const float CH_WEAPON_A = 1; // only on players and entities -const float CH_WEAPON_SINGLE = 5; // only on players and entities -const float CH_VOICE = 2; // only on players -const float CH_BGM_SINGLE = 2; // only on csqc; compat: FALSELY CONTROLLED BY "Voice" -const float CH_AMBIENT = 2; // only on csqc; compat: FALSELY CONTROLLED BY "Voice" -const float CH_TRIGGER_SINGLE = 3; // only on players, entities, csqc -const float CH_SHOTS = 4; // only on players, entities, csqc -const float CH_SHOTS_SINGLE = 4; // only on players, entities, csqc -const float CH_WEAPON_B = 5; // only on players and entities -const float CH_PAIN = 6; // only on players and csqc -const float CH_PAIN_SINGLE = 6; // only on players and csqc -const float CH_PLAYER = 7; // only on players and entities -const float CH_TUBA = 5; // only on csqc -#else const float CH_INFO = 0; const float CH_TRIGGER = -3; const float CH_WEAPON_A = -1; @@ -313,8 +296,8 @@ const float CH_WEAPON_B = -1; const float CH_PAIN = -6; const float CH_PAIN_SINGLE = 6; const float CH_PLAYER = -7; -const float CH_TUBA = 5; -#endif +const float CH_PLAYER_SINGLE = 7; +const float CH_TUBA_SINGLE = 5; const float ATTEN_NONE = 0; const float ATTEN_MIN = 0.015625;