diff options
author | erorcun <erayorcunus@gmail.com> | 2020-12-03 11:06:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 11:06:55 +0100 |
commit | a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4 (patch) | |
tree | b0e7d42629563fe847a199cfd7f3253f59d173a9 /src/peds/Ped.h | |
parent | Merge pull request #861 from erorcun/miami (diff) | |
parent | AnimViewer done, comment cleanup (diff) | |
download | re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.gz re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.bz2 re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.lz re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.xz re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.zst re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.zip |
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 2af6dccd..608bb710 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -254,7 +254,7 @@ enum eObjective : uint32 { enum { RANDOM_CHAR = 1, MISSION_CHAR, - TODO_CHAR, // TODO(Miami) + UNK_CHAR, }; enum PedLineUpPhase { @@ -1155,10 +1155,7 @@ void FinishTalkingOnMobileCB(CAnimBlendAssociation* assoc, void* arg); void StartTalkingOnMobileCB(CAnimBlendAssociation* assoc, void* arg); void PlayRandomAnimationsFromAnimBlock(CPed* ped, AssocGroupId animGroup, uint32 first, uint32 amount); -// TODO(Miami): Change those when Ped struct is done -#ifndef PED_SKIN -VALIDATE_SIZE(CPed, 0x53C); -#endif +VALIDATE_SIZE(CPed, 0x5F4); bool IsPedPointerValid(CPed*); bool IsPedPointerValid_NotInWorld(CPed*); |