diff --git a/src/openrct2/core/Random.hpp b/src/openrct2/core/Random.hpp index 2ba0da05fa..daab3291cf 100644 --- a/src/openrct2/core/Random.hpp +++ b/src/openrct2/core/Random.hpp @@ -27,12 +27,12 @@ namespace Random /** * FixedSeedSequence adheres to the _Named Requirement_ `SeedSequence`. */ - template class FixedSeedSequence + template class FixedSeedSequence { public: using result_type = uint32_t; - static constexpr size_t N = _N; + static constexpr size_t N = _num; static constexpr result_type default_seed = 0x1234567F; explicit FixedSeedSequence()