forked from teamnwah/openmw-tes3coop
Counter changed back to 10
This commit is contained in:
parent
b5edad790d
commit
7375035fef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue