mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
This comment is extremely funny
This commit is contained in:
parent
ee68862d1f
commit
5e098cddcd
1 changed files with 3 additions and 2 deletions
|
|
@ -6765,8 +6765,9 @@ static void K_KartDrift(player_t *player, boolean onground)
|
||||||
const INT32 dstwo = dsone*2;
|
const INT32 dstwo = dsone*2;
|
||||||
const INT32 dsthree = dstwo*2;
|
const INT32 dsthree = dstwo*2;
|
||||||
|
|
||||||
// Drifting is actually straffing[sic] + automatic turning.
|
// Drifting is actually straffing + automatic turning.
|
||||||
// Holding the Drift button will enable drifting.
|
// Holding the Jump button will enable drifting.
|
||||||
|
// (This comment is extremely funny)
|
||||||
|
|
||||||
// Drift Release (Moved here so you can't "chain" drifts)
|
// Drift Release (Moved here so you can't "chain" drifts)
|
||||||
if (player->kartstuff[k_drift] != -5 && player->kartstuff[k_drift] != 5)
|
if (player->kartstuff[k_drift] != -5 && player->kartstuff[k_drift] != 5)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue