Skip to content

Commit

Permalink
Merge pull request #325 from tcsabina/master
Browse files Browse the repository at this point in the history
Remove release quote
  • Loading branch information
tcsabina authored Oct 29, 2023
2 parents 447b200 + 2b23e23 commit 3a9b9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/g_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3a9b9a9

Please sign in to comment.