diff -r f5518fbcd019 -r 3f2e6ec7719a hedgewars/uVariables.pas --- 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;