Just set the name to unset

This commit is contained in:
simon.kagstrom 2009-04-04 13:04:15 +00:00
parent 41433858cc
commit 7cccd49c40

View File

@ -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");
}