1
0
Fork 0

Fixed a typo.

This commit is contained in:
Mattes D 2014-08-28 17:04:26 +03:00
parent 0cc824d414
commit 1c136a6047
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ bool cMinecart::TestEntityCollision(NIBBLETYPE a_RailMeta)
}
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
AddSpeedX(4 / sqrt(2));
AddSpeedZ(-4 / sqrt(2));