Merge branch 'lcs' of github.com:GTAmodding/re3 into lcs

This commit is contained in:
aap 2021-08-16 00:25:14 +02:00
commit f4894952fc
6 changed files with 138 additions and 57 deletions

View file

@ -248,7 +248,7 @@ public:
#if (!defined GTA_PS2 || defined FIX_BUGS) // <- I think this can be moved back to CAutomobile?
uint8 m_bombType : 3;
#endif
uint8 bDriverLastFrame : 1;
uint8 bDriverLastFrame : 1; // originally not in CVehicle (TODO - carbomb stuff)
uint8 bRewardVehicle : 1; // 25B_40
int8 m_numPedsUseItAsCover;