Home | History | Annotate | Download | only in sail

Lines Matching refs:specs

61 	hull = on->specs->hull;
62 crew[0] = on->specs->crew1;
63 crew[1] = on->specs->crew2;
64 crew[2] = on->specs->crew3;
65 rigg[0] = on->specs->rig1;
66 rigg[1] = on->specs->rig2;
67 rigg[2] = on->specs->rig3;
68 rigg[3] = on->specs->rig4;
115 guns = on->specs->gunR;
116 car = on->specs->carR;
118 guns = on->specs->gunL;
119 car = on->specs->carL;
233 on->specs->qual--;
234 if (on->specs->qual <= 0) {
236 on->specs->qual = 5;
241 Write(W_QUAL, on, on->specs->qual, 0, 0, 0);
281 points = ship->specs->pts + from->file->points;