From 0a34ec03e4ff3caad147b0fe5a26686f3169e13e Mon Sep 17 00:00:00 2001 From: tcsabina Date: Sun, 29 Oct 2023 23:54:48 +0100 Subject: [PATCH] Removed release quote --- include/g_local.h | 2 +- src/commands.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/g_local.h b/include/g_local.h index 6b503a65..bddd24b0 100644 --- a/include/g_local.h +++ b/include/g_local.h @@ -82,7 +82,7 @@ #define GIT_COMMIT ("") // keep lines to 38 chars max -#define MOD_RELEASE_QUOTE ("This KTX version is dedicated to the\n2022 November QuakeWorld LAN Parties!\nRadomsko QW Lan, Poland, November 9-13\nQHLAN-22, Stockholm, November 17-20\n") +//#define MOD_RELEASE_QUOTE ("This KTX version is dedicated to the\n2022 November QuakeWorld LAN Parties!\nRadomsko QW Lan, Poland, November 9-13\nQHLAN-22, Stockholm, November 17-20\n") //#define MOD_RELEASE_HASHTAGS ("#COVID19 #StayHomeStaySafe #PlaySomeQW") // qqshka - hmm, seems in C this is macros diff --git a/src/commands.c b/src/commands.c index f302cfa1..fca233a2 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1680,7 +1680,7 @@ void ShowVersion() G_sprint(self, 2, "%s.: %28s\n", redtext("Webpage"), cvar_string("qwm_homepage")); // G_sprint(self, 2, "\n%s\n\n%s\n", MOD_RELEASE_QUOTE, redtext(MOD_RELEASE_HASHTAGS)); - G_sprint(self, 2, "\n%s\n", MOD_RELEASE_QUOTE); +// G_sprint(self, 2, "\n%s\n", MOD_RELEASE_QUOTE); if ((int)cvar("sv_specprint") & SPECPRINT_SPRINT) {