empserver/src/lib/update
Markus Armbruster c75d19b082 Don't store land unit stats in struct lndstr, part 2
struct lndstr members lnd_spy, lnd_rad, lnd_ammo, lnd_fuelc,
lnd_fuelu, lnd_maxlight, lnd_maxlight are mere copies of struct
lchrstr members l_spy, l_rad, l_ammo, l_fuelc, l_fuelu, l_nxlight,
l_nland.  Remove them.

Make land unit selectors spy, rmax, ammo, fuelc, fuelu, maxlight
virtual.
2008-03-14 20:25:41 +01:00
..
age.c Update copyright notice 2008-01-19 10:15:37 +01:00
anno.c Update copyright notice 2008-01-19 10:15:37 +01:00
bp.c Update copyright notice 2008-01-19 10:15:37 +01:00
deliver.c Update copyright notice 2008-01-19 10:15:37 +01:00
distribute.c Update copyright notice 2008-01-19 10:15:37 +01:00
finish.c Include system headers before ours 2008-03-14 20:25:11 +01:00
human.c Include system headers before ours 2008-03-14 20:25:11 +01:00
land.c Include system headers before ours 2008-03-14 20:25:11 +01:00
main.c Update copyright notice 2008-01-19 10:15:37 +01:00
material.c Update copyright notice 2008-01-19 10:15:37 +01:00
mobility.c Don't store land unit stats in struct lndstr, part 2 2008-03-14 20:25:41 +01:00
move_sat.c Update copyright notice 2008-01-19 10:15:37 +01:00
nat.c Give logx() internal linkage 2008-03-14 20:25:10 +01:00
nav_ship.c Update copyright notice 2008-01-19 10:15:37 +01:00
nav_util.c Update copyright notice 2008-01-19 10:15:37 +01:00
nxtitemp.c Check ef_type before dereferencing struct empobj 2008-03-14 20:25:08 +01:00
plague.c Update copyright notice 2008-01-19 10:15:37 +01:00
plane.c Update copyright notice 2008-01-19 10:15:37 +01:00
populace.c Update copyright notice 2008-01-19 10:15:37 +01:00
prepare.c Update copyright notice 2008-01-19 10:15:37 +01:00
produce.c Update copyright notice 2008-01-19 10:15:37 +01:00
removewants.c Update copyright notice 2008-01-19 10:15:37 +01:00
revolt.c Get rid of the need to fix up lchr[]. 2008-02-07 08:01:54 +01:00
sail.c Update copyright notice 2008-01-19 10:15:37 +01:00
sect.c Update copyright notice 2008-01-19 10:15:37 +01:00
ship.c Don't store ship stats in struct shpstr 2008-03-14 20:25:41 +01:00