Bug 5923 - cl_cin.c scales by timescale a second time where it uses CL_ScaledMilliseconds.
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Video
Version: unspecified
Hardware: All All
: P3 minor
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2013-04-15 09:51 EDT by ensiform
Modified: 2014-08-28 21:40:21 EDT
1 user (show)

See Also:



Description ensiform 2013-04-15 09:51:18 EDT
The ROQ code scales by timescale twice in several instances in cl_cin.c.  This appears to be by accident when CL_ScaledMilliseconds was implemented in q3.


I haven't actually tested non-1 timescales but I imagine that it would look wrong.

So basically: patch (stop adding the extra * com_timescale->value) on CL_ScaledMilliseconds in cl_cin.c