mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 18:30:34 +00:00
rename attractor flag to type
This commit is contained in:
parent
fe77b2ac53
commit
cafe4d6f0c
3 changed files with 7 additions and 7 deletions
|
@ -25,8 +25,8 @@ enum {
|
|||
};
|
||||
|
||||
enum {
|
||||
ATTRACTORFLAG_ICECREAM,
|
||||
ATTRACTORFLAG_STARE
|
||||
ATTRACTORTYPE_ICECREAM,
|
||||
ATTRACTORTYPE_STARE
|
||||
};
|
||||
|
||||
enum {
|
||||
|
@ -60,7 +60,7 @@ public:
|
|||
};
|
||||
struct Attractor {
|
||||
CVector dir;
|
||||
uint8 flags;
|
||||
int8 type;
|
||||
uint8 probability;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue