hedgewars/uVariables.pas
changeset 5674 244cbc1448bd
parent 5672 34bb680476d4
child 5686 3f2e6ec7719a
--- a/hedgewars/uVariables.pas	Tue Aug 23 09:32:59 2011 -0400
+++ b/hedgewars/uVariables.pas	Tue Aug 23 16:37:57 2011 -0400
@@ -25,8 +25,8 @@
 
 var
 /////// init flags ///////
-    cMinScreenWidth  : LongInt     = 768;
-    cMinScreenHeight : LongInt     = 576;
+    cMinScreenWidth  : LongInt     = 480;
+    cMinScreenHeight : LongInt     = 320;
     cScreenWidth    : LongInt     = 1024;
     cScreenHeight   : LongInt     = 768;
     cBits           : LongInt     = 32;