mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Run Net_SendClientInfo() after game state creation to properly set up the player's user_name.
git-svn-id: https://svn.eduke32.com/eduke32@4250 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3ed90ca4f2
commit
e263d0ada9
1 changed files with 1 additions and 0 deletions
|
@ -10752,6 +10752,7 @@ void El_CreateGameState(void)
|
|||
// recreation (or on initial startup in a non-Lunatic build.)
|
||||
void G_PostCreateGameState(void)
|
||||
{
|
||||
Net_SendClientInfo();
|
||||
A_InitEnemyFlags();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue