mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
clien (svga) compiles, but doesn't link yet (so clients are disabled for now)
This commit is contained in:
parent
9611170a38
commit
ee16312bb8
6 changed files with 119 additions and 24 deletions
|
@ -458,7 +458,7 @@ void SCR_DrawFPS (void)
|
|||
static double lastframetime;
|
||||
double t;
|
||||
extern int fps_count;
|
||||
static lastfps;
|
||||
static int lastfps;
|
||||
int x, y;
|
||||
char st[80];
|
||||
|
||||
|
@ -703,7 +703,7 @@ int MipColor(int r, int g, int b)
|
|||
{
|
||||
int i;
|
||||
float dist;
|
||||
int best;
|
||||
int best=0;
|
||||
float bestdist;
|
||||
int r1, g1, b1;
|
||||
static int lr = -1, lg = -1, lb = -1;
|
||||
|
@ -780,12 +780,10 @@ SCR_RSShot_f
|
|||
*/
|
||||
void SCR_RSShot_f (void)
|
||||
{
|
||||
int i, x, y;
|
||||
int x, y;
|
||||
unsigned char *src, *dest;
|
||||
char pcxname[80];
|
||||
char checkname[MAX_OSPATH];
|
||||
unsigned char *newbuf, *srcbuf;
|
||||
int srcrowbytes;
|
||||
unsigned char *newbuf;
|
||||
int w, h;
|
||||
int dx, dy, dex, dey, nx;
|
||||
int r, b, g;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue