From 9e3f75c4f48269c05a85a2918da6ed466b0b3651 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 4 Apr 2009 10:00:59 +0000 Subject: [PATCH] Oops, take back broker name --- Src/C64_SDL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;