hedgewars/uMisc.pas
changeset 3613 cfd3c6536a09
parent 3611 ed00aa2b339e
child 3626 19f78afa0188
--- a/hedgewars/uMisc.pas	Sat Jul 03 01:31:18 2010 +0200
+++ b/hedgewars/uMisc.pas	Sat Jul 03 02:01:24 2010 +0200
@@ -88,7 +88,7 @@
     //pathPrefix is in uConsts
     cShowFPS        : boolean = false;
     cAltDamage      : boolean = true;
-    cReducedQuality : LongInt = 0;
+    cReducedQuality : LongInt = rqNone;
 
     recordFileName  : shortstring = '';
     
@@ -297,7 +297,6 @@
 
 procedure SetTextureParameters(enableClamp: Boolean);
 begin
-    //if enableClamp and not cReducedQuality then
     if enableClamp and ((cReducedQuality and rqClampLess) = 0) then
     begin
         glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);