(configdir): New, to be used for loading configuration tables.

(emp_config): Set it to econfig's directory.
This commit is contained in:
Markus Armbruster 2006-02-18 12:43:17 +00:00
parent 376d87c3a0
commit e4865d473e
3 changed files with 16 additions and 2 deletions

View file

@ -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;