(teldir, motdfil, downfil, disablefil, telfil, annfil, timestampfil):
Change to arrays.
This commit is contained in:
parent
7f301bb7f1
commit
7d75e2b8d3
2 changed files with 14 additions and 14 deletions
|
@ -60,13 +60,13 @@ char *infodir = "@einfodir@";
|
|||
char *gamedir = "@gamedir@";
|
||||
|
||||
/* These are relative to gamedir: */
|
||||
char *teldir = "tel";
|
||||
char *motdfil = "motd";
|
||||
char *downfil = "down";
|
||||
char *disablefil = "disable";
|
||||
char *telfil = "tel/tel";
|
||||
char *annfil = "ann";
|
||||
char *timestampfil = "timestamp";
|
||||
char teldir[] = "tel";
|
||||
char motdfil[] = "motd";
|
||||
char downfil[] = "down";
|
||||
char disablefil[] = "disable";
|
||||
char telfil[] = "tel/tel";
|
||||
char annfil[] = "ann";
|
||||
char timestampfil[] = "timestamp";
|
||||
|
||||
char *listen_addr = "";
|
||||
char *loginport = "@EMPIREPORT@";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue