Home
last modified time | relevance | path

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

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Ddefaults.c573 VShieldBitmaps = booleanDefault("varyShields", VShieldBitmaps); in resetdefaults()
H A Ddata.c330 int VShieldBitmaps = 1; variable
H A Ddata.h285 extern int VShieldBitmaps;
H A Ddefwin.c171 &VShieldBitmaps,
H A Doption.c204 {1, "vary shields bitmap", &VShieldBitmaps, 0, 0, 0, NULL, NULL},
H A Dlocal.c422 if ((myPlayer(j) || isObsLockPlayer(j)) && VShieldBitmaps) { in DrawShips()