1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 03:15:33 +00:00

disable snapping underwater

This commit is contained in:
scrawl 2012-05-01 21:01:18 +02:00
parent 7f15385dc5
commit a13f542396

View file

@ -717,6 +717,8 @@ static void PM_WaterMove( playerMove* const pm )
float scale;
float vel;
pm->ps.bSnap = false;
/*if ( PM_CheckWaterJump() )
{
PM_WaterJumpMove();