diff -r 85336f377479 -r 244cbc1448bd hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Tue Aug 23 09:32:59 2011 -0400 +++ b/hedgewars/hwengine.pas Tue Aug 23 16:37:57 2011 -0400 @@ -241,8 +241,8 @@ {$ENDIF} cMinScreenWidth:= cScreenWidth; cMinScreenHeight:= cScreenHeight; - if 768 < cMinScreenWidth then cMinScreenWidth:= 768; - if 576 < cMinScreenHeight then cMinScreenHeight:= 576; + if 480 < cMinScreenWidth then cMinScreenWidth:= 480; + if 320 < cMinScreenHeight then cMinScreenHeight:= 320; initEverything(true);