mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Correct hostname
This commit is contained in:
parent
a7fd065e14
commit
852c6d546a
@ -72,7 +72,7 @@ void C64::c64_ctor1(void)
|
||||
|
||||
this->virtual_keyboard = new VirtualKeyboard(real_screen, this->menu_font);
|
||||
|
||||
strncpy(this->server_hostname, "localhost",//"192.168.10.139",//"c64-network.game-host.org",
|
||||
strncpy(this->server_hostname, "c64-network.game-host.org",
|
||||
sizeof(this->server_hostname));
|
||||
this->server_port = 46214;
|
||||
this->network_connection_type = NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user