changeset 13586 | 41e0446fb254 |
parent 13489 | dbf4f7a677be |
child 13784 | 4fc45ff451a7 |
child 13843 | cf7626f46bb2 |
13585:72515cd20984 | 13586:41e0446fb254 |
---|---|
409 if not allOK then exit; |
409 if not allOK then exit; |
410 WriteLnToConsole(msgGettingConfig); |
410 WriteLnToConsole(msgGettingConfig); |
411 |
411 |
412 LoadFonts(); |
412 LoadFonts(); |
413 AddProgress(); |
413 AddProgress(); |
414 LoadDefaultClanColors(cPathz[ptConfig] + '/settings.ini'); |
|
414 |
415 |
415 if cTestLua then |
416 if cTestLua then |
416 begin |
417 begin |
417 ParseCommand('script ' + cScriptName, true); |
418 ParseCommand('script ' + cScriptName, true); |
418 end |
419 end |