mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Misc patches
This commit is contained in:
@@ -520,7 +520,7 @@ void Mob::travel(float a2, float a3)
|
||||
if (tile <= 0)
|
||||
_x1 = 0.546f;
|
||||
else
|
||||
_x1 = Tile::tiles[tile]->field_30 * 0.91f;
|
||||
_x1 = Tile::tiles[tile]->m_acceleration * 0.91f;
|
||||
|
||||
assert(_x1 != 0.0f);
|
||||
|
||||
@@ -543,7 +543,7 @@ void Mob::travel(float a2, float a3)
|
||||
if (tile <= 0)
|
||||
dragFactor = 0.546f;
|
||||
else
|
||||
dragFactor = Tile::tiles[tile]->field_30 * 0.91f;
|
||||
dragFactor = Tile::tiles[tile]->m_acceleration * 0.91f;
|
||||
}
|
||||
|
||||
if (onLadder())
|
||||
|
||||
Reference in New Issue
Block a user