Bug 4921 - Redundant statement in client console
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 trivial
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-03-04 03:00 EST by Zack Middleton
Modified: 2011-03-04 15:29:32 EST
1 user (show)

See Also:


Attachments
Removes unneeded redundant statement in cl_console.c (325 bytes, patch)
2011-03-04 03:00 EST, Zack Middleton

Description Zack Middleton 2011-03-04 03:00:32 EST
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.
Comment 1 Thilo Schulz 2011-03-04 15:29:32 EST
r1904