hedgewars/hwengine.pas
changeset 2581 10f03732ea60
parent 2580 aeccc8f51d3f
child 2586 204e6b2885bc
--- a/hedgewars/hwengine.pas	Sun Oct 25 09:02:17 2009 +0000
+++ b/hedgewars/hwengine.pas	Sun Oct 25 10:38:09 2009 +0000
@@ -190,6 +190,7 @@
                         AddFileLog('*********************************************       touch down');
 
                         SDL_GetMouseState(0, @x, @y);
+ uKeys.leftClick:= true;
 
                         {* zoom slider *}
                         if (x <= 50) and (y <= 430) then 
@@ -272,7 +273,7 @@
                 SDL_MOUSEBUTTONUP: begin
                         AddFileLog('*********************************************       touch up');
 
-                        if bShowAmmoMenu = true then uKeys.leftClick:= true;
+                      //  if bShowAmmoMenu = true then
 
                         SDL_GetMouseState(0, @x, @y);
                         {* open ammo menu *}
@@ -404,7 +405,7 @@
 		cAltDamage:= false;
 		cShowFPS:= true;
 		val('8', cTimerInterval);
-		cReducedQuality:= false;
+		cReducedQuality:= true;
 
         for p:= Succ(Low(TPathType)) to High(TPathType) do
 			if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p]