mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Just set the name to unset
This commit is contained in:
parent
41433858cc
commit
7cccd49c40
@ -102,7 +102,7 @@ Prefs::Prefs()
|
||||
this->MsPerFrame = 28;
|
||||
#endif
|
||||
this->NetworkKey = rand() % 0xffff;
|
||||
snprintf(this->NetworkName, 32, "Unset.%d", this->NetworkKey);
|
||||
snprintf(this->NetworkName, 32, "Unset name");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user