Skip to content

Commit

Permalink
consistent comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Feb 26, 2024
1 parent 7570986 commit 961f0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codemp/client/cl_console.cpp
Expand Up @@ -757,6 +757,7 @@ void Con_DrawNotify (void)
continue;
text = con.text + (i % con.totallines)*con.rowwidth;
if (con_timestamps->integer == 0 || con_timestamps->integer == 2) {
// don't show timestamps in the notify lines
text += CON_TIMESTAMP_LEN;
lineLimit -= CON_TIMESTAMP_LEN;
}
Expand Down

0 comments on commit 961f0ff

Please sign in to comment.