use og fraction value

This commit is contained in:
NepDisk 2024-09-02 22:56:54 -04:00
parent 02189eb55f
commit c6d57ac423

View file

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