[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
@@ -484,7 +484,7 @@ XS(XS_NPC_GetNPCHate) {
Perl_croak(aTHX_ "Usage: NPC::GetNPCHate(THIS, Mob* entity)"); // @categories Hate and Aggro
{
NPC *THIS;
int32 RETVAL;
int64 RETVAL;
dXSTARG;
Mob *in_ent;
VALIDATE_THIS_IS_NPC;