From 852c6d546ad3d52a8e967b750d63d7d767f95c66 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Fri, 10 Apr 2009 12:01:22 +0000 Subject: [PATCH] Correct hostname --- 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 e9514d6..bf8608d 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, "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;