From 59fb44fc108ba4d78baf3bb6318d30b982f2a3b5 Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:19:22 -0400 Subject: [PATCH] Fixed eThreadState. (#186) --- script/scrThreadContext.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/scrThreadContext.hpp b/script/scrThreadContext.hpp index e47aed5..d9861f1 100644 --- a/script/scrThreadContext.hpp +++ b/script/scrThreadContext.hpp @@ -7,11 +7,10 @@ namespace rage { enum class eThreadState : std::uint32_t { - idle, running, + idle, killed, - unk_3, - unk_4, + paused }; class scrThreadContext