Skip to content

Commit 961f0ff

Browse files
committed
consistent comments
1 parent 7570986 commit 961f0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codemp/client/cl_console.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ void Con_DrawNotify (void)
757757
continue;
758758
text = con.text + (i % con.totallines)*con.rowwidth;
759759
if (con_timestamps->integer == 0 || con_timestamps->integer == 2) {
760+
// don't show timestamps in the notify lines
760761
text += CON_TIMESTAMP_LEN;
761762
lineLimit -= CON_TIMESTAMP_LEN;
762763
}

0 commit comments

Comments
 (0)