equal
deleted
inserted
replaced
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 |