mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 16:11:37 -04:00
Counter changed back to 10
This commit is contained in:
parent
b5edad790d
commit
7375035fef
@ -527,7 +527,7 @@ int PM_StepSlideMove( bool gravity )
|
|||||||
delta = pm->ps.origin.z - start_o.z;
|
delta = pm->ps.origin.z - start_o.z;
|
||||||
if ( delta > 2 )
|
if ( delta > 2 )
|
||||||
{
|
{
|
||||||
pm->ps.counter = 5;
|
pm->ps.counter = 10;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if (gravity)
|
if (gravity)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user