Merge remote-tracking branch 'nullworks/newui' into Pathfinder

This commit is contained in:
TotallyNotElite 2018-08-18 23:26:45 +02:00
commit df95cbaa81

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))