mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 03:20:34 +00:00
small revision
This commit is contained in:
parent
9ba2f7d43c
commit
8e2ed40f66
6 changed files with 115 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue