diff -r aeccc8f51d3f -r 10f03732ea60 hedgewars/hwengine.pas --- 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]