Browse Source

[hellfire] StartGame

pull/944/head
Anders Jenbo 5 years ago
parent
commit
83de2be78a
  1. 5
      Source/diablo.cpp

5
Source/diablo.cpp

@ -457,10 +457,11 @@ BOOL StartGame(BOOL bNewGame, BOOL bSinglePlayer)
NetClose();
#ifndef HELLFIRE
pfile_create_player_description(0, 0);
} while (gbRunGameResult);
#else
} while (gbMaxPlayers == 1 || !gbRunGameResult);
if (gbMaxPlayers == 1)
break;
#endif
} while (gbRunGameResult);
SNetDestroy();
return gbRunGameResult;

Loading…
Cancel
Save