X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_3dfxsvga.c;h=7be5d671f19f2c3026c1a429fa2cbcebc54cca18;hp=cca4f25dd546fef8a00da6b7a2541f98f4eaf40a;hb=069960ea1e54b56f7dbd65f09ec3fb37a761f0d5;hpb=394aa49602211a87cf3b27072e778a037d2c2f28 diff --git a/vid_3dfxsvga.c b/vid_3dfxsvga.c index cca4f25d..7be5d671 100644 --- a/vid_3dfxsvga.c +++ b/vid_3dfxsvga.c @@ -66,13 +66,6 @@ int VID_options_items = 0; /*-----------------------------------------------------------------------*/ -//int texture_mode = GL_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_LINEAR; -int texture_mode = GL_LINEAR; -//int texture_mode = GL_LINEAR_MIPMAP_NEAREST; -//int texture_mode = GL_LINEAR_MIPMAP_LINEAR; - int texture_extension_number = 1; float gldepthmin, gldepthmax;