mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-20 14:22:42 +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;
|
this->MsPerFrame = 28;
|
||||||
#endif
|
#endif
|
||||||
this->NetworkKey = rand() % 0xffff;
|
this->NetworkKey = rand() % 0xffff;
|
||||||
snprintf(this->NetworkName, 32, "Unset.%d", this->NetworkKey);
|
snprintf(this->NetworkName, 32, "Unset name");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user