From 98d2dc4b71bc5e2a6e87ec787b5da3c01af83053 Mon Sep 17 00:00:00 2001 From: LJ Sonic <lamr@free.fr> Date: Wed, 16 Nov 2022 10:21:59 +0100 Subject: [PATCH] No longer spam the console with viewpoint switching notices --- src/g_game.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/g_game.c b/src/g_game.c index 5b39857500..331f8a7682 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -2026,9 +2026,6 @@ static boolean ViewpointSwitchResponder(event_t *ev) if (singledemo) ST_changeDemoView(); - // tell who's the view - CONS_Printf(M_GetText("Viewpoint: %s\n"), player_names[displayplayer]); - return true; } -- GitLab