From b3630cb8949da6cede024f33e06b8d3f78c54947 Mon Sep 17 00:00:00 2001 From: Drew Warwick Date: Fri, 12 Jan 2024 03:15:57 -0800 Subject: [PATCH] Missed SSE ID --- include/RE/Offsets.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/RE/Offsets.h b/include/RE/Offsets.h index 1a3cc75f1..c0398901b 100644 --- a/include/RE/Offsets.h +++ b/include/RE/Offsets.h @@ -1389,6 +1389,7 @@ namespace RE inline constexpr REL::ID Play(static_cast(66355)); inline constexpr REL::ID SetObjectToFollow(static_cast(66375)); inline constexpr REL::ID SetPosition(static_cast(66370)); + inline constexpr REL::ID Pause(static_cast(66357)); inline constexpr REL::ID Stop(static_cast(66358)); }