(configdir): New, to be used for loading configuration tables.
(emp_config): Set it to econfig's directory.
This commit is contained in:
parent
376d87c3a0
commit
e4865d473e
3 changed files with 16 additions and 2 deletions
|
@ -37,7 +37,6 @@
|
|||
|
||||
#include "nsc.h"
|
||||
|
||||
/* Default econfig file */
|
||||
extern char dflt_econfig[];
|
||||
|
||||
/* Game parameters, can be set in econfig */
|
||||
|
@ -45,7 +44,8 @@ extern char dflt_econfig[];
|
|||
#include "econfig-spec.h"
|
||||
#undef EMP_CONFIG_H_OUTPUT
|
||||
|
||||
/* Variables that get values derived from econfig */
|
||||
extern char *configdir;
|
||||
|
||||
extern char *motdfil;
|
||||
extern char *downfil;
|
||||
extern char *disablefil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue