HomeSort by: relevance | last modified time | path
    Searched defs:hull (Results 1 - 2 of 2) 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...]
extern.h 103 #define HULL 0
199 char hull; member in struct:shipspecs

Completed in 12 milliseconds