X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fstats.qh;h=a09dc9ca88afa039601243eba384384471030cef;hb=dd6003ec64820b28de476d18541211e6aab7f410;hp=74aa0e75fad498f4cb543430af2e119212fa93cd;hpb=2aed36e128f8f00da9c76f9e66baae89d5bb26b2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/stats.qh b/qcsrc/common/stats.qh index 74aa0e75f..a09dc9ca8 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -52,8 +52,8 @@ const int STAT_VIEWZOOM = 21; // 29 empty? // 30 empty? // 31 empty? -const int STAT_KH_KEYS = 32; -const int STAT_CTF_STATE = 33; +REGISTER_STAT(KH_KEYS, int) +// 33 empty? // 34 empty? const int STAT_WEAPONS = 35; const int STAT_SWITCHWEAPON = 36; @@ -217,8 +217,8 @@ const int STAT_CTF_FLAGSTATUS = 124; // 163 empty? // 164 empty? // 165 empty? -// 166 empty? -// 167 empty? +const int STAT_MULTIJUMP_DODGING = 166; +const int STAT_MULTIJUMP_MAXSPEED = 167; const int STAT_GAMEPLAYFIX_UPVELOCITYCLEARSONGROUND = 168; const int STAT_BUGRIGS_REVERSE_STOPPING = 169; const int STAT_BUGRIGS_REVERSE_SPINNING = 170; @@ -245,10 +245,10 @@ const int STAT_GAMEPLAYFIX_EASIERWATERJUMP = 190; const int STAT_MOVEVARS_FRICTION_SLICK = 191; const int STAT_MOVEVARS_FRICTION_ONLAND = 192; const int STAT_MOVEVARS_JUMPSPEEDCAP_DISABLE_ONRAMPS = 193; -// 194 empty? +const int STAT_MOVEVARS_TRACK_CANJUMP = 194; // 195 empty? const int STAT_DOUBLEJUMP = 196; -const int STAT_MOVEVARS_TRACK_CANJUMP = 197; +const int STAT_MOVEVARS_CL_TRACK_CANJUMP = 197; const int STAT_MULTIJUMP_ADD = 198; const int STAT_MULTIJUMP_SPEED = 199; const int STAT_MULTIJUMP = 200;