Refer to table names instead of C identifiers in .config
The C identifier permits looking up the table in the source. The table name permits lookup with xdump. Coders should know how to go from table name to C identifier. Deities aren't all coders; we shouldn't ask them to guess table names from C identifiers.
This commit is contained in:
parent
97f475b6c1
commit
19215160f4
7 changed files with 21 additions and 20 deletions
|
@ -27,7 +27,7 @@
|
|||
# sect.config: Sector characteristics
|
||||
#
|
||||
# Known contributors to this file:
|
||||
# Markus Armbruster, 2006-2009
|
||||
# Markus Armbruster, 2006-2011
|
||||
#
|
||||
# Derived from sect.c; known contributors:
|
||||
# Dave Pare, 1986
|
||||
|
@ -42,8 +42,8 @@
|
|||
# types, and must have themselves as terrain.
|
||||
|
||||
# Available products (column prd) are in product.config. Navigation
|
||||
# types (column nav) are in sector_navigation[]. Packing types
|
||||
# (column pkg) are in packing[].
|
||||
# types (column nav) are in compiled-in table sector-navigation.
|
||||
# Packing types (column pkg) are in compiled-in table packing.
|
||||
|
||||
# Players can only designate sectors with a non-negative value in
|
||||
# column cost, and only to something with the same terrain. All
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue