Manual merge of new faction system (#256).

Clean up some personal signatures.
This commit is contained in:
JJ
2014-11-01 23:27:23 -04:00
parent acab4dd443
commit 43e906e3c8
12 changed files with 80 additions and 101 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ HateList::~HateList()
{
}
// neotokyo: added for frenzy support
// added for frenzy support
// checks if target still is in frenzy mode
void HateList::CheckFrenzyHate()
{
@@ -170,7 +170,7 @@ Mob* HateList::GetClosest(Mob *hater) {
}
// neotokyo: a few comments added, rearranged code for readability
// a few comments added, rearranged code for readability
void HateList::Add(Mob *ent, int32 in_hate, int32 in_dam, bool bFrenzy, bool iAddIfNotExist)
{
if(!ent)