Skip to content

Commit

Permalink
Fixed eThreadState. (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
gir489returns authored Aug 19, 2024
1 parent aebd695 commit 59fb44f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script/scrThreadContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ namespace rage
{
enum class eThreadState : std::uint32_t
{
idle,
running,
idle,
killed,
unk_3,
unk_4,
paused
};

class scrThreadContext
Expand Down

0 comments on commit 59fb44f

Please sign in to comment.