More changes

This commit is contained in:
LightCat 2018-08-18 23:21:59 +02:00
parent 1e3caf7819
commit 038e9de961

View File

@ -187,7 +187,7 @@ void CreateMove()
if (random_spot.z)
nav::NavTo(random_spot, true, true);
}
else
else if (cdr.check(5000))
{
CachedEntity *tar = NearestEnemy();
if (CE_BAD(tar))