(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
|
@ -41,7 +41,7 @@
|
|||
|
||||
# Do not edit this file to customize a game! Create your own custom
|
||||
# configuration file(s), best next to your econfig, and name them in
|
||||
# econfig key config_tables.
|
||||
# econfig key custom_tables.
|
||||
|
||||
config land-chr
|
||||
type name l_b h_b tech cost ...
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
# Do not edit this file to customize a game! Create your own custom
|
||||
# configuration file(s), best next to your econfig, and name them in
|
||||
# econfig key config_tables.
|
||||
# econfig key custom_tables.
|
||||
|
||||
config nuke-chr
|
||||
type name l_b h_b o_b r_b bla dam cost tech wei flags
|
||||
|
|
|
@ -47,7 +47,7 @@ char dflt_econfig[] = "@econfig@";
|
|||
char *configdir;
|
||||
|
||||
/* User configuration tables to load (relative to configdir) */
|
||||
char *config_tables = "";
|
||||
char *custom_tables = "";
|
||||
|
||||
/* Where to find built-in configuration tables (relative to configdir) */
|
||||
char *builtindir = "@builtindir@";
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
# Do not edit this file to customize a game! Create your own custom
|
||||
# configuration file(s), best next to your econfig, and name them in
|
||||
# econfig key config_tables.
|
||||
# econfig key custom_tables.
|
||||
|
||||
config plane-chr
|
||||
type name l_b h_b cre tech cost ...
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
# Do not edit this file to customize a game! Create your own custom
|
||||
# configuration file(s), best next to your econfig, and name them in
|
||||
# econfig key config_tables.
|
||||
# econfig key custom_tables.
|
||||
|
||||
config ship-chr
|
||||
type name l_b h_b tech cost ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue