Created attachment 2628 [details] Removes unneeded redundant statement in cl_console.c In client console when reaching end of line it calls Con_Linefeed and then set con.x to 0. con.x is set to 0 in Con_Linefeed so it is a redundant statement.
r1904
Created attachment 2628 [details] Removes unneeded redundant statement in cl_console.c In client console when reaching end of line it calls Con_Linefeed and then set con.x to 0. con.x is set to 0 in Con_Linefeed so it is a redundant statement.