hedgewars/uVariables.pas
changeset 9431 0f5961910e27
parent 9367 d7bcadc4c380
child 9473 a51a69094c24
equal deleted inserted replaced
9357:a501f5ec7b34 9431:0f5961910e27
  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;