Pilots and air cargo now spread the plague
Planes flying one-way with crew or cargo spread plague from their old base to their new base. Planes dropping cargo spread plague from their base to the drop's target sector.
This commit is contained in:
parent
a8739d86e3
commit
612ec6257d
7 changed files with 47 additions and 12 deletions
|
@ -30,7 +30,7 @@
|
|||
* Dave Pare, 1986
|
||||
* Ken Stevens, 1995
|
||||
* Steve McClure, 1998
|
||||
* Markus Armbruster, 2004-2010
|
||||
* Markus Armbruster, 2004-2012
|
||||
*/
|
||||
|
||||
#ifndef PLANE_H
|
||||
|
@ -125,6 +125,7 @@ struct plchrstr {
|
|||
struct plist {
|
||||
struct emp_qelem queue; /* list of planes */
|
||||
int load; /* number of bombs or items carried */
|
||||
short pstage; /* plague stage */
|
||||
struct plchrstr *pcp; /* pointer to desc of plane */
|
||||
struct plnstr plane; /* struct plane */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue