(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,8 +37,16 @@
|
|||
|
||||
#include "optlist.h"
|
||||
|
||||
/* econfig file to try when user doesn't specify one */
|
||||
char dflt_econfig[] = "@econfig@";
|
||||
|
||||
/* Where to find configuration, which is wherever econfig is looked for */
|
||||
char *configdir;
|
||||
|
||||
/* Where to find info pages */
|
||||
char *infodir = "@einfodir@";
|
||||
|
||||
/* Where this game's data is stored */
|
||||
char *gamedir = "@gamedir@";
|
||||
|
||||
/* relative to DATADIR */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue