X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Futil.qc;h=ac3c798a9f3f424e8fbe338b8459fc9ada444f27;hb=c2c16160d15c51e7e355c096998a06cb6537c292;hp=2ddfd54e19a4ecaafd3120c4802e4117697e9685;hpb=377361b5e6b50a8be034bc6b3c47b1f054873311;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/util.qc b/qcsrc/menu/xonotic/util.qc index 2ddfd54e1..ac3c798a9 100644 --- a/qcsrc/menu/xonotic/util.qc +++ b/qcsrc/menu/xonotic/util.qc @@ -453,7 +453,6 @@ void UpdateNotification_URI_Get_Callback(float id, float status, string data) // END OF URI SYSTEM //////////////////////////////////////////////////////// -string(string filename) whichpack = #503; void updateCheck() { if(!_Nex_ExtResponseSystem_Queried) @@ -552,7 +551,7 @@ void preMenuDraw() line = eY * fs.y; string l1, l2; l1 = sprintf(_("Update to %s now!"), _Nex_ExtResponseSystem_UpdateTo); - l2 = "http://www.xonotic.org/"; + l2 = "https://xonotic.org"; if(_Nex_ExtResponseSystem_UpdateToURL) l2 = _Nex_ExtResponseSystem_UpdateToURL; @@ -663,15 +662,17 @@ float updateCompression() GAMETYPE(MAPINFO_TYPE_CTF) \ GAMETYPE(MAPINFO_TYPE_CA) \ GAMETYPE(MAPINFO_TYPE_FREEZETAG) \ - GAMETYPE(MAPINFO_TYPE_TEAM_MAYHEM) \ GAMETYPE(MAPINFO_TYPE_MAYHEM) \ + GAMETYPE(MAPINFO_TYPE_TEAM_MAYHEM) \ GAMETYPE(MAPINFO_TYPE_KEEPAWAY) \ + GAMETYPE(MAPINFO_TYPE_TEAM_KEEPAWAY) \ GAMETYPE(MAPINFO_TYPE_KEYHUNT) \ GAMETYPE(MAPINFO_TYPE_LMS) \ GAMETYPE(MAPINFO_TYPE_DOMINATION) \ GAMETYPE(MAPINFO_TYPE_NEXBALL) \ GAMETYPE(MAPINFO_TYPE_ONSLAUGHT) \ GAMETYPE(MAPINFO_TYPE_ASSAULT) \ + GAMETYPE(MAPINFO_TYPE_SURVIVAL) \ /* GAMETYPE(MAPINFO_TYPE_DUEL) */ \ /**/