hedgewars/hwengine.pas
changeset 5674 244cbc1448bd
parent 5672 34bb680476d4
child 5682 06d5f561f772
--- 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);