Home | Sort by: relevance | last modified time | path |
/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 |