From 9aee0360a07ff7ee9c913a7d44e6863aedf313d9 Mon Sep 17 00:00:00 2001 From: qndel Date: Fri, 27 Aug 2021 14:28:13 +0200 Subject: [PATCH] stop shops reroll on load (#2693) --- Source/stores.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/stores.cpp b/Source/stores.cpp index 3ac948f93..9d777f584 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -2214,8 +2214,6 @@ void InitStores() void SetupTownStores() { - SetRndSeed(glSeedTbl[currlevel] * SDL_GetTicks()); - auto &myPlayer = Players[MyPlayerId]; int l = myPlayer._pLevel / 2;