Home
last modified time | relevance | path

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

/dragonfly/games/sail/
HDpl_6.c89 if (ptr->gunL < ptr->gunR) { in repair()
97 if (ptr->gunR < max) { in repair()
98 FIX(gunR, max); in repair()
99 send_gunr(ms, ptr->gunR, ptr->carR); in repair()
HDpl_3.c80 guns = mc->gunR; in acceptcombat()
HDassorted.c115 guns = on->specs->gunR; in table()
HDextern.h205 char gunR; member
HDdr_1.c304 guns = sp->specs->gunR; in compcombat()
HDsync.c792 s->gunR = a; in recv_gunr()
HDpl_7.c632 wprintw(stat_w, "Guns %2d %2d\n", mc->gunL, mc->gunR); in draw_stat()