diff --git a/src/p_spec.h b/src/p_spec.h index e62796bc8..72d43f8a8 100644 --- a/src/p_spec.h +++ b/src/p_spec.h @@ -524,7 +524,7 @@ typedef struct } friction_t; // Friction defines. -#define ORIG_FRICTION (0xF5 << (FRACBITS-8)) ///< Original value. +#define ORIG_FRICTION (62914) ///< Original value. void T_Friction(friction_t *f);