diff --git a/Source/stores.cpp b/Source/stores.cpp index f71381b53..024e9bbac 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -2204,6 +2204,8 @@ void SetupTownStores() if (myPlayer._pLvlVisited[i]) l = i; } + } else { + SetRndSeed(glSeedTbl[currlevel] * SDL_GetTicks()); } l = clamp(l + 2, 6, 16);