From c6d57ac423f14026a52693fdfae9f9fa135caf55 Mon Sep 17 00:00:00 2001 From: NepDisk <16447892+NepDisk@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:56:54 -0400 Subject: [PATCH] use og fraction value --- src/p_spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);