Browse Source

stop shops reroll on load (#2693)

pull/2730/head
qndel 5 years ago committed by GitHub
parent
commit
9aee0360a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/stores.cpp

2
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;

Loading…
Cancel
Save