1
0

Fixed a typo.

This commit is contained in:
Mattes D 2014-08-28 17:04:26 +03:00
parent 0cc824d414
commit 1c136a6047

View File

@ -906,7 +906,7 @@ bool cMinecart::TestEntityCollision(NIBBLETYPE a_RailMeta)
} }
else if ((GetSpeedX() * 0.4 / sqrt(2)) < 0.01) else if ((GetSpeedX() * 0.4 / sqrt(2)) < 0.01)
{ {
// Moving +X -T // Moving +X -Z
// ~ SpeedX <= 0 Immobile or not moving in the "right" direction // ~ SpeedX <= 0 Immobile or not moving in the "right" direction
AddSpeedX(4 / sqrt(2)); AddSpeedX(4 / sqrt(2));
AddSpeedZ(-4 / sqrt(2)); AddSpeedZ(-4 / sqrt(2));