hedgewars/uVariables.pas
changeset 9367 d7bcadc4c380
parent 9300 e5dafb5843c6
child 9473 a51a69094c24
equal deleted inserted replaced
9366:4d0128c9cb35 9367:d7bcadc4c380
  2366 end;
  2366 end;
  2367 
  2367 
  2368 procedure initModule;
  2368 procedure initModule;
  2369 begin
  2369 begin
  2370     // TODO: we could just have one cLocale variables and drop strutils
  2370     // TODO: we could just have one cLocale variables and drop strutils
  2371     cLocale:= ExtractDelimited(0, cLocaleFName, StdWordDelims);
  2371     cLocale:= ExtractDelimited(1, cLocaleFName, StdWordDelims);
  2372 
  2372 
  2373     cFlattenFlakes      := false;
  2373     cFlattenFlakes      := false;
  2374     cFlattenClouds      := false;
  2374     cFlattenClouds      := false;
  2375     lastVisualGearByUID := nil;
  2375     lastVisualGearByUID := nil;
  2376     lastGearByUID       := nil;
  2376     lastGearByUID       := nil;