mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Reset Nametags settings on network init
This commit is contained in:
parent
f8e0bfc2e4
commit
13178af640
1 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,9 @@ bool network_init(enum NetworkType inNetworkType, bool reconnecting) {
|
||||||
gServerSettings.headlessServer = 0;
|
gServerSettings.headlessServer = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
gNametagsSettings.showHealth = false;
|
||||||
|
gNametagsSettings.showSelfTag = false;
|
||||||
|
|
||||||
// initialize the network system
|
// initialize the network system
|
||||||
gNetworkSentJoin = false;
|
gNetworkSentJoin = false;
|
||||||
int rc = gNetworkSystem->initialize(inNetworkType, reconnecting);
|
int rc = gNetworkSystem->initialize(inNetworkType, reconnecting);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue