mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Oops, take back broker name
This commit is contained in:
parent
0c563eb137
commit
9e3f75c4f4
@ -72,7 +72,7 @@ void C64::c64_ctor1(void)
|
|||||||
|
|
||||||
this->virtual_keyboard = new VirtualKeyboard(real_screen, this->menu_font);
|
this->virtual_keyboard = new VirtualKeyboard(real_screen, this->menu_font);
|
||||||
|
|
||||||
strncpy(this->server_hostname, "192.168.10.139",
|
strncpy(this->server_hostname, "c64-network.game-host.org",
|
||||||
sizeof(this->server_hostname));
|
sizeof(this->server_hostname));
|
||||||
this->server_port = 46214;
|
this->server_port = 46214;
|
||||||
this->network_connection_type = NONE;
|
this->network_connection_type = NONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user