diff --git a/src/p_spec.h b/src/p_spec.h index c023be44b..3c7872839 100644 --- a/src/p_spec.h +++ b/src/p_spec.h @@ -1024,7 +1024,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);