mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-23 09:40:56 +00:00
good grief I'm an idiot
This commit is contained in:
parent
eaff7617a5
commit
a9f04d1fb7
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ typedef struct follower_s
|
|||
// movement options
|
||||
|
||||
INT32 horzlag; // Lag for X/Y displacement. Default is 2. Must be > 0 because we divide by this number.
|
||||
INT32 vertlag; // not Vert from Neptunia lagging, this is for Z displacement lag Default is 4. Must be > 0 because we divide by this number.
|
||||
INT32 vertlag; // not Vert from Neptunia lagging, this is for Z displacement lag Default is 6. Must be > 0 because we divide by this number.
|
||||
INT32 bobamp; // Bob amplitude. Default is 4.
|
||||
INT32 bobspeed; // Arbitrary modifier for bobbing speed, default is TICRATE*2 (70).
|
||||
|
||||
|
|
Loading…
Reference in a new issue