mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 01:21:18 +00:00
No longer spam the console with viewpoint switching notices
This commit is contained in:
parent
d34d90b78b
commit
98d2dc4b71
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue