From eb5156eb32a2a9b1de0f82d2edfe3c0ad490f7a9 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Tue, 12 Mar 2024 20:52:00 +0000 Subject: [PATCH] maintenance --- SPID/src/Distribute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPID/src/Distribute.cpp b/SPID/src/Distribute.cpp index c0ce8fc..fe65b33 100644 --- a/SPID/src/Distribute.cpp +++ b/SPID/src/Distribute.cpp @@ -8,7 +8,7 @@ namespace Distribute { void add_item(RE::Actor* a_actor, RE::TESBoundObject* a_item, std::uint32_t a_itemCount) { - using func_t = void (*)(RE::Actor*, RE::TESBoundObject*, std::uint32_t, bool, std::uint32_t, RE::BSScript::Internal::VirtualMachine*); + using func_t = void (*)(RE::Actor*, RE::TESBoundObject*, std::uint32_t, bool, std::uint32_t, RE::BSScript::Internal::VirtualMachine*); REL::Relocation func{ RELOCATION_ID(55945, 56489) }; return func(a_actor, a_item, a_itemCount, true, 0, RE::BSScript::Internal::VirtualMachine::GetSingleton()); }