renamed flag to R* name

This commit is contained in:
aap
2019-07-27 13:02:49 +02:00
parent 0aaaab3622
commit 8de701dd70
3 changed files with 9 additions and 9 deletions

View File

@ -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;