Ports global variables to C (Aerdan, grinvader), restores bilinear behaviour, eats some unused stuff.

This commit is contained in:
grinvader
2005-02-03 00:53:19 +00:00
parent e485530b2b
commit 22537a6749
6 changed files with 120 additions and 126 deletions

View File

@@ -46,7 +46,7 @@ extern DWORD BitDepth;
static unsigned short *glvidbuffer = 0;
static GLuint gltextures[4];
static int gltexture256, gltexture512;
static int glfilters = GL_LINEAR;
static int glfilters = GL_NEAREST;
static int glscanready = 0;
extern Uint8 En2xSaI, scanlines;
extern Uint8 BilinearFilter;