script revision

This commit is contained in:
Nikolay Korolev
2020-05-21 11:22:25 +03:00
parent 510261cb05
commit 7e5342e9f0
5 changed files with 148 additions and 56 deletions

View File

@ -602,6 +602,7 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
bTurnedAroundOnAttractor = false;
bCarPassenger = false;
bMiamiViceCop = false;
bMoneyHasBeenGivenByScript = false;
bIsDrowning = false;
bCanDrownInWater = true;

View File

@ -441,7 +441,7 @@ public:
//uint32 b155_8
//uint32 b155_10
uint32 bMiamiViceCop : 1;
//uint32 b155_40
uint32 bMoneyHasBeenGivenByScript : 1; //
//uint32 b155_80
uint32 bIsDrowning : 1;