Backport cleanups from hellfire branch

This commit is contained in:
Anders Jenbo 2020-04-08 20:16:32 +02:00
commit c384711a5f
38 changed files with 388 additions and 383 deletions

View file

@ -772,7 +772,7 @@ BOOL NetInit(BOOL bSinglePlayer, BOOL *pfExitProgram)
gnDifficulty = sgGameInitInfo.bDiff;
SetRndSeed(sgGameInitInfo.dwSeed);
for (i = 0; i < 17; i++) {
for (i = 0; i < NUMLEVELS; i++) {
glSeedTbl[i] = GetRndSeed();
gnLevelTypeTbl[i] = InitLevelType(i);
}