final (?) cleanup of center printing. turns out there's no reason to keep

it in the renderer and every reason to pull it out (ok, some might
disagree:)
This commit is contained in:
Bill Currie 2004-03-02 03:55:18 +00:00
parent 39fc0fe721
commit 37024a4419
12 changed files with 181 additions and 117 deletions

View file

@ -62,15 +62,6 @@ extern vrect_t scr_vrect;
extern qboolean scr_skipupdate;
/* CENTER PRINTING */
extern char scr_centerstring[1024];
extern float scr_centertime_start; // for slow victory printing
extern float scr_centertime_off;
extern int scr_center_lines;
extern int scr_erase_lines;
extern int scr_erase_center;
float CalcFov (float fov_x, float width, float height);
void SCR_SetUpToDrawConsole (void);
void SCR_ScreenShot_f (void);