Skip to content

Commit

Permalink
Merge pull request #1640 from Gh0stBlade/G2Instance_BuildTransforms
Browse files Browse the repository at this point in the history
[INSTNCG2]: Update G2Instance_BuildTransforms
  • Loading branch information
FedericoMilesi authored Apr 21, 2024
2 parents 9a3d642 + 8ab18cf commit 249d685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KAIN2/Game/G2/INSTNCG2.C
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void G2Instance_BuildTransformsForList(struct _Instance* listHead) // Matching -
}
}

void G2Instance_BuildTransforms(struct _Instance* instance)//Matching - 99.57%
void G2Instance_BuildTransforms(struct _Instance* instance) // Matching - 100%
{
if (instance->object->animList != NULL && !(instance->object->oflags2 & 0x40000000))
{
Expand Down
2 changes: 1 addition & 1 deletion KAIN2/Game/G2/MAING2.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enum _G2Bool_Enum MainG2_InitEngine(void* appData, unsigned int screenWidth, uns

void MainG2_ShutDownEngine(void* appData)
{
}
}

0 comments on commit 249d685

Please sign in to comment.