hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11467 33a0e3a14ddc
parent 11465 9f2fb0031ef0
child 11832 8c71c5a1172f
equal deleted inserted replaced
11465:9f2fb0031ef0 11467:33a0e3a14ddc
   117     TGameConfig = record
   117     TGameConfig = record
   118             seed: shortstring;
   118             seed: shortstring;
   119             theme: shortstring;
   119             theme: shortstring;
   120             script: shortstring;
   120             script: shortstring;
   121             map: shortstring;
   121             map: shortstring;
       
   122             drawnData: array[word] of char;
       
   123             drawnDataSize: LongWord;
   122             scheme: TScheme;
   124             scheme: TScheme;
   123             ammo: TAmmo;
   125             ammo: TAmmo;
   124             mapgen: LongInt;
   126             mapgen: LongInt;
   125             featureSize: LongInt;
   127             featureSize: LongInt;
   126             mazesize: LongInt;
   128             mazesize: LongInt;