mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 14:11:10 +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;
|
||||
#endif
|
||||
|
||||
gNametagsSettings.showHealth = false;
|
||||
gNametagsSettings.showSelfTag = false;
|
||||
|
||||
// initialize the network system
|
||||
gNetworkSentJoin = false;
|
||||
int rc = gNetworkSystem->initialize(inNetworkType, reconnecting);
|
||||
|
|
Loading…
Reference in a new issue