mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
enhanced no_pogo_stick control
This commit is contained in:
parent
2a8896d4a1
commit
a6318a3baf
6 changed files with 23 additions and 2 deletions
|
@ -67,6 +67,7 @@ typedef struct player_state_s {
|
|||
float waterjumptime;
|
||||
int onground; // -1 = in air, else pmove entity number
|
||||
int oldbuttons;
|
||||
int oldonground;
|
||||
|
||||
// QSG2
|
||||
byte glow_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue