From d078e41698a1cc2991781e3cc2e1f177eedb587a Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Mon, 28 Mar 2016 02:01:48 +0300 Subject: [PATCH] fix fast connect --- src/commands_gui.cpp | 8 ++++---- src/misc_gui.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/commands_gui.cpp b/src/commands_gui.cpp index aef8b7461b..e0d7695276 100644 --- a/src/commands_gui.cpp +++ b/src/commands_gui.cpp @@ -22,7 +22,7 @@ IniFile *_inilogin = NULL; static const int HTTPBUFLEN = 128; // nova* stuff probabaly obsolete -static const char * const NOVAPOLIS_IPV4_PRIMARY = "62.210.172.165"; +static const char * const NOVAPOLIS_IPV4_PRIMARY = "188.165.194.77"; static const char * const NOVAPOLIS_IPV6_PRIMARY = "2a02:2b88:2:1::1d73:1"; static const char * const NOVAPOLIS_IPV4_SECONDARY = "89.111.65.225"; static const char * const NOVAPOLIS_IPV6_SECONDARY = "fe80::20e:7fff:fe23:bee0"; @@ -37,10 +37,10 @@ static const char * const NOVA_IP_ADDRESSES[] = { NOVAPOLIS_IPV6_SECONDARY, }; -static const char * const CFG_LOGIN_FILE = "novapolis.cfg"; +static const char * const CFG_LOGIN_FILE = "citymania.cfg"; static const char * const CFG_LOGIN_KEY = "login"; -static const char * const NOVAPOLIS_LOGIN = "novapolis_login"; -static const char * const NOVAPOLIS_PW = "novapolis_pw"; +static const char * const NOVAPOLIS_LOGIN = "citymania_login"; +static const char * const NOVAPOLIS_PW = "citymania_pw"; static const char * const NICE_LOGIN = "nice_login"; static const char * const NICE_PW = "nice_pw"; static const char * const BTPRO_LOGIN = "btpro_login"; diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 0f521d64c5..c514fa25a0 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -1749,4 +1749,4 @@ void GuiShowTooltipsExtra(Window *parent, uint param, TooltipCloseCondition clos void GuiShowStationRatingTooltip(Window *parent, const Station *st, const CargoSpec *cs) { DeleteWindowById(WC_STATION_RATING_TOOLTIP, 0); new StationRatingTooltipWindow(parent, st, cs); -} \ No newline at end of file +}