mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 18:09:58 +00:00
implemented CTrain
This commit is contained in:
commit
5f6b235301
15 changed files with 941 additions and 97 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
uint8 bIsInWater : 1;
|
||||
uint8 m_phy_flagA10 : 1;
|
||||
uint8 m_phy_flagA20 : 1;
|
||||
uint8 bHitByTrain : 1; // from nick
|
||||
uint8 bHitByTrain : 1;
|
||||
uint8 m_phy_flagA80 : 1;
|
||||
|
||||
uint8 m_nSurfaceTouched;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue