mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 12:02:36 +02:00
- New translations
- convert_faction_xml2html: Correct location of default INI file
This commit is contained in:
@@ -98,11 +98,11 @@ if ( $cfg_file = shift @ARGV ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$cfg_file ="glest.ini";
|
$cfg_file ="megapack.ini";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! -e $cfg_file ) {
|
if ( ! -e $cfg_file ) {
|
||||||
die "\nusage: $0 [glest.ini]\n\n";
|
die "\nusage: $0 [megapack.ini]\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$cfg = new Config::IniFiles( -file => "./$cfg_file", -allowcontinue => 1 );
|
$cfg = new Config::IniFiles( -file => "./$cfg_file", -allowcontinue => 1 );
|
||||||
|
Reference in New Issue
Block a user