(START_UNITS, start_unit_type, deity_build_land, new): Remove
undocumented compile-time option START_UNITS. It hasn't been used in ages; writing a quick build script is easier than recompiling the server.
This commit is contained in:
parent
7dbe2d5687
commit
dab1f0bc7d
4 changed files with 0 additions and 95 deletions
|
@ -93,11 +93,6 @@ extern int opt_UPDATESCHED;
|
|||
#include "econfig-spec.h"
|
||||
#undef EMP_CONFIG_H_OUTPUT
|
||||
|
||||
/* Game parameters that cannot be set in econfig (yet) */
|
||||
#ifdef START_UNITS
|
||||
int start_unit_type[];
|
||||
#endif
|
||||
|
||||
/* Variables that get values derived from econfig */
|
||||
extern char *motdfil;
|
||||
extern char *downfil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue