mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 05:51:58 +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 dsthree = dstwo*2;
|
||||
|
||||
// Drifting is actually straffing[sic] + automatic turning.
|
||||
// Holding the Drift button will enable drifting.
|
||||
// Drifting is actually straffing + automatic turning.
|
||||
// Holding the Jump button will enable drifting.
|
||||
// (This comment is extremely funny)
|
||||
|
||||
// Drift Release (Moved here so you can't "chain" drifts)
|
||||
if (player->kartstuff[k_drift] != -5 && player->kartstuff[k_drift] != 5)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue