Browse Source

Update Source/multi.cpp

Co-Authored-By: Anders Jenbo <anders@jenbo.dk>
pull/197/head
Robin Eklind 7 years ago committed by GitHub
parent
commit
9b6e866878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/multi.cpp

2
Source/multi.cpp

@ -727,7 +727,7 @@ BOOL NetInit(BOOL bSinglePlayer, BOOL *pfExitProgram)
for (i = 0; i < 17; i++) {
glSeedTbl[i] = GetRndSeed();
gnLevelTypeTbl[i] = DTypeFromDLvl(i);
gnLevelTypeTbl[i] = InitLevelType(i);
}
if (!SNetGetGameInfo(GAMEINFO_NAME, szPlayerName, 128, &len))
nthread_terminate_game("SNetGetGameInfo1");

Loading…
Cancel
Save