Restore netw. port

This commit is contained in:
simon.kagstrom 2010-02-21 10:58:35 +00:00
parent 3b29f7d52c
commit 6cf7140e2c

View File

@ -103,7 +103,7 @@ Prefs::Prefs()
this->NetworkAvatar = 0;
snprintf(this->NetworkName, 32, "Unset name");
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;
}