use og fraction value
This commit is contained in:
parent
02189eb55f
commit
c6d57ac423
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue