mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 05:41:45 +00:00
rename attractor flag to type
This commit is contained in:
@@ -27,8 +27,8 @@ enum {
|
||||
};
|
||||
|
||||
enum {
|
||||
ATTRACTORFLAG_ICECREAM,
|
||||
ATTRACTORFLAG_STARE
|
||||
ATTRACTORTYPE_ICECREAM,
|
||||
ATTRACTORTYPE_STARE
|
||||
};
|
||||
|
||||
enum {
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
};
|
||||
struct Attractor {
|
||||
CVector dir;
|
||||
uint8 flags;
|
||||
int8 type;
|
||||
uint8 probability;
|
||||
};
|
||||
struct PedAttractor {
|
||||
|
Reference in New Issue
Block a user