Browse Source

Divorce town seed from game seed

pull/7565/head
staphen 1 year ago committed by Anders Jenbo
parent
commit
e81121a458
  1. 2
      Source/multi.cpp

2
Source/multi.cpp

@ -795,6 +795,8 @@ bool NetInit(bool bSinglePlayer)
DungeonSeeds[i] = gameGenerator.next();
LevelSeeds[i] = std::nullopt;
}
// explicitly randomize the town seed to divorce shops from the game seed
DungeonSeeds[0] = GenerateSeed();
PublicGame = DvlNet_IsPublicGame();
Player &myPlayer = *MyPlayer;

Loading…
Cancel
Save