(datadir, edatadir, gamedir): Rename to avoid confusion with Autoconf
output variable datadir and with configuration data.
This commit is contained in:
parent
58f67c8e19
commit
5282f500b5
6 changed files with 15 additions and 15 deletions
|
@ -67,7 +67,7 @@ EMPCFBOTH((fvname), (vname), int, NSC_INT, KM_OPTION, (descr))
|
|||
/* econfig key definitions: */
|
||||
|
||||
EMPCF_COMMENT("\n### Server configuration and information")
|
||||
EMPCFBOTH("data", datadir, char *, NSC_STRING, KM_INTERNAL,
|
||||
EMPCFBOTH("data", gamedir, char *, NSC_STRING, KM_INTERNAL,
|
||||
"Directory where this game's data is stored")
|
||||
EMPCFBOTH("info", infodir, char *, NSC_STRING, KM_INTERNAL,
|
||||
"Directory where info pages are stored, can be shared among games")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue