mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
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:
parent
39fc0fe721
commit
37024a4419
12 changed files with 181 additions and 117 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue