1
0
Fork 0

Monster's nominal speed was increased.

This commit is contained in:
Kirill Kirilenko 2014-02-01 20:38:53 +04:00
parent 0d33f2d11d
commit 2a52b390c0
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Sxw1212
Taugeshtu
tigerw (Tiger Wang)
tonibm19
UltraCoderRU
worktycho
xoft

View File

@ -276,7 +276,7 @@ void cMonster::Tick(float a_Dt, cChunk & a_Chunk)
{
Distance.y = 0;
Distance.Normalize();
Distance *= 3;
Distance *= 5;
SetSpeedX(Distance.x);
SetSpeedZ(Distance.z);