(config_tables, custom_tables, read_config_tables, read_custom_tables)
(read_config_table_file, read_custom_table_file): Rename.
This commit is contained in:
parent
99a1450c98
commit
38fdf1ba43
9 changed files with 14 additions and 14 deletions
|
@ -217,7 +217,7 @@ main(int argc, char **argv)
|
|||
fprintf(stderr, "Can't chdir to %s (%s)\n", configdir, strerror(errno));
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
if (read_config_tables() < 0)
|
||||
if (read_custom_tables() < 0)
|
||||
exit(EXIT_FAILURE);
|
||||
if (chdir(gamedir)) {
|
||||
fprintf(stderr, "Can't chdir to %s (%s)\n", gamedir, strerror(errno));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue