Fixed eThreadState. (#186)
This commit is contained in:
parent
aebd69542e
commit
59fb44fc10
@ -7,11 +7,10 @@ namespace rage
|
||||
{
|
||||
enum class eThreadState : std::uint32_t
|
||||
{
|
||||
idle,
|
||||
running,
|
||||
idle,
|
||||
killed,
|
||||
unk_3,
|
||||
unk_4,
|
||||
paused
|
||||
};
|
||||
|
||||
class scrThreadContext
|
||||
|
Loading…
Reference in New Issue
Block a user