Clean up previous revision.
This commit is contained in:
parent
8cd0160176
commit
0c4fccb43e
1 changed files with 0 additions and 65 deletions
|
@ -61,71 +61,6 @@
|
||||||
extern char *strdup();
|
extern char *strdup();
|
||||||
#endif /* NOSTRDUP */
|
#endif /* NOSTRDUP */
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* All the configurable variables ... */
|
|
||||||
extern s_char *infodir, *datadir, *loginport, *privname,
|
|
||||||
*privlog;
|
|
||||||
|
|
||||||
extern double buil_tower_bt, buil_tower_bc;
|
|
||||||
extern double buytax, flakscale, maxmult, minmult, tradetax, uwbrate;
|
|
||||||
extern double buil_bc, buil_bt, combat_mob, edu_cons, hap_cons, money_civ;
|
|
||||||
extern double money_land, money_mil, money_plane, money_res, money_ship;
|
|
||||||
extern double money_uw, people_damage, powe_cost, unit_damage, babyeat;
|
|
||||||
extern double collateral_dam, assault_penalty;
|
|
||||||
extern double bankint, eatrate, fcrate, fgrate, obrate, mission_mob_cost;
|
|
||||||
|
|
||||||
extern float btu_build_rate, easy_tech, hard_tech, land_mob_scale;
|
|
||||||
extern float level_age_rate, plane_mob_scale, sect_mob_scale;
|
|
||||||
extern float ship_mob_scale, tech_log_base, ally_factor, edu_avg, hap_avg;
|
|
||||||
|
|
||||||
extern int buil_tower_bh;
|
|
||||||
extern int startmob, at_least_one_100, buil_bh, etu_per_update;
|
|
||||||
extern int land_grow_scale, land_mob_max, m_m_p_d, max_btus, max_idle;
|
|
||||||
extern int plane_grow_scale, plane_mob_max, players_at_00, sect_mob_max;
|
|
||||||
extern int ship_grow_scale, ship_mob_max, torpedo_damage;
|
|
||||||
extern int fort_max_interdiction_range;
|
|
||||||
extern int land_max_interdiction_range;
|
|
||||||
extern int ship_max_interdiction_range;
|
|
||||||
extern int sect_mob_neg_factor;
|
|
||||||
extern int lost_items_timeout;
|
|
||||||
extern int WORLD_X;
|
|
||||||
extern int WORLD_Y;
|
|
||||||
extern int MARK_DELAY;
|
|
||||||
extern int TRADE_DELAY;
|
|
||||||
|
|
||||||
extern int morale_base;
|
|
||||||
extern float fire_range_factor;
|
|
||||||
|
|
||||||
extern long adj_update;
|
|
||||||
extern long s_p_etu;
|
|
||||||
extern int update_policy;
|
|
||||||
extern s_char *update_times;
|
|
||||||
extern int hourslop;
|
|
||||||
extern int update_window;
|
|
||||||
extern int blitz_time;
|
|
||||||
extern int update_demandpolicy;
|
|
||||||
extern s_char *update_demandtimes;
|
|
||||||
extern int update_wantmin;
|
|
||||||
extern int update_missed;
|
|
||||||
extern s_char *game_days;
|
|
||||||
extern s_char *game_hours;
|
|
||||||
|
|
||||||
/* conditional ones */
|
|
||||||
extern double decay_per_etu, fallout_spread;
|
|
||||||
|
|
||||||
extern int fuel_mult;
|
|
||||||
|
|
||||||
extern int War_Cost;
|
|
||||||
extern long last_demand_update;
|
|
||||||
|
|
||||||
extern float drnuke_const;
|
|
||||||
extern float start_education, start_happiness;
|
|
||||||
extern float start_technology, start_research;
|
|
||||||
|
|
||||||
extern int trade_1_dist, trade_2_dist, trade_3_dist;
|
|
||||||
extern float trade_1, trade_2, trade_3, trade_ally_bonus, trade_ally_cut;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Dummy one */
|
/* Dummy one */
|
||||||
static int emp_config_dummy;
|
static int emp_config_dummy;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue