Backport cleanups from hellfire branch
This commit is contained in:
parent
f1c216e688
commit
c384711a5f
38 changed files with 388 additions and 383 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue