mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Remove unused FRICTION definition.
SVN r3479 (trunk)
This commit is contained in:
parent
0a03676796
commit
45294cd3d3
1 changed files with 0 additions and 1 deletions
|
@ -1572,7 +1572,6 @@ bool P_SeekerMissile (AActor *actor, angle_t thresh, angle_t turnMax, bool preci
|
||||||
// Returns the actor's old floorz.
|
// Returns the actor's old floorz.
|
||||||
//
|
//
|
||||||
#define STOPSPEED 0x1000
|
#define STOPSPEED 0x1000
|
||||||
#define FRICTION 0xe800
|
|
||||||
#define CARRYSTOPSPEED (STOPSPEED*32/3)
|
#define CARRYSTOPSPEED (STOPSPEED*32/3)
|
||||||
|
|
||||||
fixed_t P_XYMovement (AActor *mo, fixed_t scrollx, fixed_t scrolly)
|
fixed_t P_XYMovement (AActor *mo, fixed_t scrollx, fixed_t scrolly)
|
||||||
|
|
Loading…
Reference in a new issue