diff --git a/Src/C64_SDL.h b/Src/C64_SDL.h index b36852f..ed80020 100644 --- a/Src/C64_SDL.h +++ b/Src/C64_SDL.h @@ -72,7 +72,7 @@ void C64::c64_ctor1(void) 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)); this->server_port = 46214; this->network_connection_type = NONE;