diff --git a/CommonLibF4/include/RE/Bethesda/BSRandom.h b/CommonLibF4/include/RE/Bethesda/BSRandom.h index 8c7e1e6b..fd61f532 100644 --- a/CommonLibF4/include/RE/Bethesda/BSRandom.h +++ b/CommonLibF4/include/RE/Bethesda/BSRandom.h @@ -4,7 +4,7 @@ namespace RE { namespace BSRandom { - inline std::uint32_t UnsignedInt(unsigned int aMin, unsigned int aMax) + inline std::uint32_t UnsignedInt(std::uint32_t aMin, std::uint32_t aMax) { using func_t = decltype(&BSRandom::UnsignedInt); static REL::Relocation func{ REL::ID(2267950) };