mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 12:54:08 +00:00
m_density renamed to m_opacity
This commit is contained in:
parent
287987b8fe
commit
cf8fcada6e
2 changed files with 5 additions and 5 deletions
|
@ -107,7 +107,7 @@ public:
|
|||
|
||||
class CSmokeTrail {
|
||||
CVector m_pos[16];
|
||||
float m_density[16];
|
||||
float m_opacity[16];
|
||||
int m_time[16];
|
||||
char m_unused[536];
|
||||
int m_seed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue