No longer spam the console with viewpoint switching notices

This commit is contained in:
LJ Sonic 2022-11-16 10:21:59 +01:00
parent d34d90b78b
commit 98d2dc4b71

View file

@ -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;
}