Created attachment 3031[details]
Fixes "snc" being drawn at the wrong coordinates
The code to draw the string "snc" on the lagometer uses wrong coordinates. ax and ay have already been run through CG_AdjustFrom640() and will finally be adjusted a second time by CG_DrawChar(). The initial and unchanged x and y variables are the right ones to use.
Created attachment 3031 [details] Fixes "snc" being drawn at the wrong coordinates The code to draw the string "snc" on the lagometer uses wrong coordinates. ax and ay have already been run through CG_AdjustFrom640() and will finally be adjusted a second time by CG_DrawChar(). The initial and unchanged x and y variables are the right ones to use.