HomeSort by: relevance | last modified time | path
    Searched refs:hull (Results 1 - 5 of 5) sorted by relevancy

  /src/games/sail/
assorted.c 53 int guns, car, pc, hull; local in function:table
61 hull = on->specs->hull;
135 hull -= ghits;
143 hull -= hhits;
144 hull = hull < 0 ? 0 : hull;
148 send_hull(on, hull);
244 if (!hull)
    [all...]
pl_6.c 62 c = sgetch("Repair (hull, guns, rigging)? ", (struct ship *)0, 1);
82 if (ptr->hull < max) {
83 FIX(hull, max);
84 send_hull(ms, ptr->hull);
extern.h 103 #define HULL 0
199 char hull; member in struct:shipspecs
pl_7.c 629 wprintw(stat_w, "Hull %2d\n", mc->hull);
sync.c 799 ship->specs->hull = a;

Completed in 13 milliseconds