implemented CutsceneObject; little fixes

This commit is contained in:
aap
2019-06-12 21:17:02 +02:00
parent a9517c01af
commit 9703ef9b59
12 changed files with 137 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ public:
#ifdef PED_SKIN
int32 modelNumber; // doesn't seem to be used
#endif
CVector *pedPosition;
CVector *velocity;
// order of frames is determined by RW hierarchy
AnimBlendFrameData *frames;