mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Comment out ffb print
Comment out fast-fall bounce print
This commit is contained in:
parent
6d4df203b3
commit
56fcc772ad
1 changed files with 1 additions and 1 deletions
|
|
@ -13351,7 +13351,7 @@ boolean K_FastFallBounce(player_t *player)
|
||||||
// Handle fastfall bounce.
|
// Handle fastfall bounce.
|
||||||
if (player->fastfall != 0)
|
if (player->fastfall != 0)
|
||||||
{
|
{
|
||||||
CONS_Printf("ffb\n");
|
//CONS_Printf("ffb\n");
|
||||||
const fixed_t maxBounce = mapobjectscale * 10;
|
const fixed_t maxBounce = mapobjectscale * 10;
|
||||||
const fixed_t minBounce = mapobjectscale;
|
const fixed_t minBounce = mapobjectscale;
|
||||||
fixed_t bounce = 2 * abs(player->fastfall) / 3;
|
fixed_t bounce = 2 * abs(player->fastfall) / 3;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue