mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 05:09:59 +00:00
uint32 enums fixed
This commit is contained in:
parent
7ad86595e4
commit
e6a7a9353c
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ enum eWaitState {
|
|||
WAITSTATE_PLAYANIM_HANDSUP_SIMPLE,
|
||||
};
|
||||
|
||||
enum eObjective : uint32 {
|
||||
enum eObjective {
|
||||
OBJECTIVE_NONE,
|
||||
OBJECTIVE_WAIT_ON_FOOT,
|
||||
OBJECTIVE_WAIT_ON_FOOT_FOR_COP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue