mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 10:30:34 +00:00
renamed flag to R* name
This commit is contained in:
parent
0aaaab3622
commit
8de701dd70
3 changed files with 9 additions and 9 deletions
|
@ -191,7 +191,7 @@ public:
|
|||
uint8 m_veh_flagC10 : 1;
|
||||
uint8 m_veh_flagC20 : 1;
|
||||
uint8 bCanBeDamaged : 1; // Set to FALSE during cut scenes to avoid explosions
|
||||
uint8 bUseSpecialColModel : 1;
|
||||
uint8 bUsingSpecialColModel : 1;// Is player vehicle using special collision model, stored in player strucure
|
||||
|
||||
uint8 m_veh_flagD1 : 1;
|
||||
uint8 m_veh_flagD2 : 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue