Home
last modified time | relevance | path

Searched refs:rigg (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/games/sail/
Dassorted.c49 int rigg[4]; in table() local
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()
90 if (rhits > rigg[n]){ in table()
91 rhits -= rigg[n]; in table()
92 rigg[n] = 0; in table()
94 rigg[n] -= rhits; in table()
97 if (rigg[3] != -1 && rhits > rigg[3]) { in table()
[all …]