mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Uncomment testing stuff
This commit is contained in:
parent
10b9cd9115
commit
ba01284aeb
1 changed files with 2 additions and 2 deletions
|
|
@ -3419,7 +3419,7 @@ void K_SpawnDraftDust(mobj_t *mo)
|
||||||
sign = -1;
|
sign = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//foff = (TICRATE - mo->player->kartstuff[k_draftleeway]) / 8;
|
foff = (TICRATE - mo->player->kartstuff[k_draftleeway]) / 8;
|
||||||
if (foff > 4)
|
if (foff > 4)
|
||||||
foff = 4; // this shouldn't happen
|
foff = 4; // this shouldn't happen
|
||||||
}
|
}
|
||||||
|
|
@ -4959,7 +4959,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draft dust
|
// Draft dust
|
||||||
//if (player->kartstuff[k_draftpower] > 0)
|
if (player->kartstuff[k_draftpower] > 0)
|
||||||
{
|
{
|
||||||
K_SpawnDraftDust(player->mo);
|
K_SpawnDraftDust(player->mo);
|
||||||
if (leveltime % 23 == 0 || !S_SoundPlaying(player->mo, sfx_s265))
|
if (leveltime % 23 == 0 || !S_SoundPlaying(player->mo, sfx_s265))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue