mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Restore netw. port
This commit is contained in:
parent
3b29f7d52c
commit
6cf7140e2c
@ -103,7 +103,7 @@ Prefs::Prefs()
|
|||||||
this->NetworkAvatar = 0;
|
this->NetworkAvatar = 0;
|
||||||
snprintf(this->NetworkName, 32, "Unset name");
|
snprintf(this->NetworkName, 32, "Unset name");
|
||||||
snprintf(this->NetworkServer, 64, "play.c64-network.org");
|
snprintf(this->NetworkServer, 64, "play.c64-network.org");
|
||||||
this->NetworkPort = 46215; // FIXME! Set back to 46214 when ready
|
this->NetworkPort = 46214;
|
||||||
this->NetworkRegion = REGION_UNKNOWN;
|
this->NetworkRegion = REGION_UNKNOWN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user