(wrgamesdef): Generate EMPDIR instead of EMPPATH(). Change callers of
EMPPATH() to use EMPDIR. This avoids triggering MSVC bugs, and drops support for traditional, pre-ISO cpp. Closes #753935. (gamedir, lostfil, playerbin, updatebin): Unused, remove.
This commit is contained in:
parent
a99bc3be73
commit
cfc7e113ef
4 changed files with 32 additions and 67 deletions
|
@ -62,7 +62,7 @@ extern char *strdup();
|
|||
#endif /* NOSTRDUP */
|
||||
|
||||
/* All the configurable variables ... */
|
||||
extern s_char *infodir, *datadir, *gamedir, *loginport, *privname,
|
||||
extern s_char *infodir, *datadir, *loginport, *privname,
|
||||
*privlog;
|
||||
|
||||
extern double buil_tower_bt, buil_tower_bc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue