mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 21:40:15 +00: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;
|
||||
if ( delta > 2 )
|
||||
{
|
||||
pm->ps.counter = 5;
|
||||
pm->ps.counter = 10;
|
||||
|
||||
/*
|
||||
if (gravity)
|
||||
|
Loading…
x
Reference in New Issue
Block a user