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