diff --git a/TR5Main/Game/lara.cpp b/TR5Main/Game/lara.cpp index 09a22be6a..1f71a0c34 100644 --- a/TR5Main/Game/lara.cpp +++ b/TR5Main/Game/lara.cpp @@ -5163,7 +5163,7 @@ void lara_as_crouch_roll(ITEM_INFO* item, COLL_INFO* coll) /*stop Lara from doing it in these conditions to avoid trouble*/ if (LaraFloorFront(item, item->pos.yRot, 1024) >= 512 || //4 clicks away from holes in the floor - TestWall(item, 1024, 0, -640)) //4 clicks away from walls + TestWall(item, 1024, 0, -128)) //4 clicks away from walls { return; }