mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 06:49:22 +00:00
rename attractor flag to type
This commit is contained in:
parent
077bcf1c82
commit
2b21f92347
3 changed files with 7 additions and 7 deletions
|
@ -1032,7 +1032,7 @@ CFileLoader::Load2dEffect(const char *line)
|
|||
&effect->attractor.dir.y,
|
||||
&effect->attractor.dir.z,
|
||||
&probability);
|
||||
effect->attractor.flags = flags;
|
||||
effect->attractor.type = flags;
|
||||
effect->attractor.probability = probability;
|
||||
break;
|
||||
case EFFECT_PED_ATTRACTOR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue