hedgewars/uVariables.pas
changeset 5686 3f2e6ec7719a
parent 5674 244cbc1448bd
child 5706 4454aa0523e7
--- a/hedgewars/uVariables.pas	Thu Aug 25 16:17:15 2011 -0400
+++ b/hedgewars/uVariables.pas	Fri Aug 26 16:16:27 2011 -0400
@@ -25,10 +25,12 @@
 
 var
 /////// init flags ///////
-    cMinScreenWidth  : LongInt     = 480;
-    cMinScreenHeight : LongInt     = 320;
-    cScreenWidth    : LongInt     = 1024;
-    cScreenHeight   : LongInt     = 768;
+    cMinScreenWidth   : LongInt     = 480;
+    cMinScreenHeight  : LongInt     = 320;
+    cScreenWidth      : LongInt     = 1024;
+    cScreenHeight     : LongInt     = 768;
+    cOrigScreenWidth  : LongInt     = 1024;
+    cOrigScreenHeight : LongInt     = 768;
     cBits           : LongInt     = 32;
     ipcPort         : Word        = 0;
     cFullScreen     : boolean     = false;