mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 23:28:15 +00:00
rename attractor flag to type
This commit is contained in:
@ -977,7 +977,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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user