enhanced no_pogo_stick control

This commit is contained in:
Bill Currie 2002-09-13 04:30:18 +00:00
parent 2a8896d4a1
commit a6318a3baf
6 changed files with 23 additions and 2 deletions

View file

@ -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;