[int64] Windows Compile Fixes (#2155)

* int64 windows aftermath

* Perl.

Co-authored-by: Kinglykrab <kinglykrab@gmail.com>
This commit is contained in:
Chris Miles
2022-05-07 23:45:52 -05:00
committed by GitHub
parent b27428a6d8
commit fd7b15abb1
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ public:
inline int32 GetPrimaryFaction() const
{ return primary_faction; }
int32 GetNPCHate(Mob *in_ent)
int64 GetNPCHate(Mob *in_ent)
{ return hate_list.GetEntHateAmount(in_ent); }
bool IsOnHatelist(Mob *p)