hedgewars/uVariables.pas
changeset 5814 9ac119696510
parent 5740 caf10b231b08
child 5824 2e5835130d9a
child 5871 09daa06191d7
equal deleted inserted replaced
5813:d5e9c22c59a2 5814:9ac119696510
    23 
    23 
    24 uses SDLh, uTypes, uFloat, GLunit, uConsts, Math, uMobile;
    24 uses SDLh, uTypes, uFloat, GLunit, uConsts, Math, uMobile;
    25 
    25 
    26 var
    26 var
    27 /////// init flags ///////
    27 /////// init flags ///////
    28     cMinScreenWidth    : LongInt     = 480;
    28     cMinScreenWidth    : LongInt     = 640;
    29     cMinScreenHeight   : LongInt     = 320;
    29     cMinScreenHeight   : LongInt     = 480;
    30     cScreenWidth       : LongInt     = 1024;
    30     cScreenWidth       : LongInt     = 1024;
    31     cScreenHeight      : LongInt     = 768;
    31     cScreenHeight      : LongInt     = 768;
    32     cOrigScreenWidth   : LongInt     = 1024;
    32     cOrigScreenWidth   : LongInt     = 1024;
    33     cOrigScreenHeight  : LongInt     = 768;
    33     cOrigScreenHeight  : LongInt     = 768;
    34     cNewScreenWidth    : LongInt     = 1024;
    34     cNewScreenWidth    : LongInt     = 1024;