| D | assorted.c | 41 table(int rig, int shot, int hittable, struct ship *on, struct ship *from, in table() argument 53 pc = on->file->pcrew; in table() 54 hull = on->specs->hull; in table() 55 crew[0] = on->specs->crew1; in table() 56 crew[1] = on->specs->crew2; in table() 57 crew[2] = on->specs->crew3; in table() 58 rigg[0] = on->specs->rig1; in table() 59 rigg[1] = on->specs->rig2; in table() 60 rigg[2] = on->specs->rig3; in table() 61 rigg[3] = on->specs->rig4; in table() [all …]
|