mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +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.)
|
// recreation (or on initial startup in a non-Lunatic build.)
|
||||||
void G_PostCreateGameState(void)
|
void G_PostCreateGameState(void)
|
||||||
{
|
{
|
||||||
|
Net_SendClientInfo();
|
||||||
A_InitEnemyFlags();
|
A_InitEnemyFlags();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue