use og fraction value

This commit is contained in:
NepDisk 2024-09-02 22:56:54 -04:00
parent 262c73ba7f
commit 24e2e06b1f

View file

@ -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);