hedgewars/hwengine.pas
branchsdl2transition
changeset 9686 352393fc75be
parent 9684 8113075dc7cc
child 9694 e8d0fe885169
equal deleted inserted replaced
9684:8113075dc7cc 9686:352393fc75be
   361             ParseCommand('fullscr 1', true)
   361             ParseCommand('fullscr 1', true)
   362         else
   362         else
   363             ParseCommand('fullscr 0', true);
   363             ParseCommand('fullscr 0', true);
   364         end;
   364         end;
   365 
   365 
   366     //ControllerInit(); // has to happen before InitKbdKeyTable to map keys
   366     ControllerInit(); // has to happen before InitKbdKeyTable to map keys
   367     InitKbdKeyTable();
   367     InitKbdKeyTable();
   368     AddProgress();
   368     AddProgress();
   369 
   369 
   370     LoadLocale(cPathz[ptLocale] + '/en.txt');  // Do an initial load with english
   370     LoadLocale(cPathz[ptLocale] + '/en.txt');  // Do an initial load with english
   371     if cLocaleFName <> 'en.txt' then
   371     if cLocaleFName <> 'en.txt' then