indentation is important

This commit is contained in:
SecretsOTheP 2014-04-20 21:00:50 -04:00
parent 8aa13b51f4
commit fe542deb89

View File

@ -451,7 +451,7 @@ Mob *HateList::GetRandom()
if(count == 1) //No need to do all that extra work if we only have one hate entry
{
if(*list.begin()) // Just in case tHateEntry is invalidated somehow...
return (*list.begin())->ent;
return (*list.begin())->ent;
return NULL;
}