Skip to content

Commit

Permalink
Merge pull request #108 from JuniorDjjr/patch-3
Browse files Browse the repository at this point in the history
Fix CPed m_nCreatedBy
  • Loading branch information
Crspy committed Jan 20, 2021
2 parents 80932ee + f9c7e34 commit ce935f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin_sa/game_sa/CPed.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ class PLUGIN_API CPed : public CPhysical {
} m_nPedFlags;
CPedIntelligence *m_pIntelligence;
CPlayerData *m_pPlayerData;
unsigned int m_nCreatedBy;
unsigned char m_nCreatedBy;
char field_485[3];
AnimBlendFrameData *m_apBones[19];
unsigned int m_nAnimGroup;
CVector2D m_vecAnimMovingShiftLocal;
Expand Down

0 comments on commit ce935f7

Please sign in to comment.