mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- SW: Remove unused centering
bool from PLAYERp
struct.
This commit is contained in:
parent
df0331a4c3
commit
0619281a34
1 changed files with 0 additions and 1 deletions
|
@ -881,7 +881,6 @@ struct PLAYERstruct
|
||||||
|
|
||||||
// variables that do not fit into sprite structure
|
// variables that do not fit into sprite structure
|
||||||
int hvel,tilt,tilt_dest;
|
int hvel,tilt,tilt_dest;
|
||||||
bool centering;
|
|
||||||
fixed_t q16horiz, q16horizbase, q16horizoff, q16ang;
|
fixed_t q16horiz, q16horizbase, q16horizoff, q16ang;
|
||||||
short recoil_amt;
|
short recoil_amt;
|
||||||
short recoil_speed;
|
short recoil_speed;
|
||||||
|
|
Loading…
Reference in a new issue