mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 11:32:24 +00:00
Fix drop target cvars & debug distribution
This commit is contained in:
parent
f3742bad9d
commit
34aa00ab0d
2 changed files with 2 additions and 2 deletions
|
|
@ -4530,7 +4530,6 @@ static void K_drawDistributionDebugger(void)
|
|||
kp_jawz[1],
|
||||
kp_mine[1],
|
||||
kp_landmine[1],
|
||||
kp_droptarget[1],
|
||||
kp_ballhog[1],
|
||||
kp_selfpropelledbomb[1],
|
||||
kp_grow[1],
|
||||
|
|
@ -4542,6 +4541,7 @@ static void K_drawDistributionDebugger(void)
|
|||
kp_pogospring[1],
|
||||
kp_superring[1],
|
||||
kp_kitchensink[1],
|
||||
kp_droptarget[1],
|
||||
|
||||
kp_sneaker[1],
|
||||
kp_sneaker[1],
|
||||
|
|
|
|||
|
|
@ -326,7 +326,6 @@ consvar_t *KartItemCVars[NUMKARTRESULTS-1] =
|
|||
&cv_jawz,
|
||||
&cv_mine,
|
||||
&cv_landmine,
|
||||
&cv_droptarget,
|
||||
&cv_ballhog,
|
||||
&cv_selfpropelledbomb,
|
||||
&cv_grow,
|
||||
|
|
@ -338,6 +337,7 @@ consvar_t *KartItemCVars[NUMKARTRESULTS-1] =
|
|||
&cv_pogospring,
|
||||
&cv_superring,
|
||||
&cv_kitchensink,
|
||||
&cv_droptarget,
|
||||
&cv_dualsneaker,
|
||||
&cv_triplesneaker,
|
||||
&cv_triplebanana,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue