globals.c | 45 static struct shipspecs specs[]; variable in typeref:struct:shipspecs[] 58 { "Ranger", specs+0, N_A, 7, 20, 4, 0 }, 59 { "Drake", specs+1, N_B, 7, 31, 5, 0 } 64 { "Bonhomme Rich", specs+2, N_A, 13, 40, 2, 0 }, 65 { "Serapis", specs+3, N_B, 2, 42, 2, 0 } 70 { "America", specs+4, N_B, 7, 37, 4, 0 }, 71 { "Befford", specs+5, N_B, 5, 35, 4, 0 }, 72 { "Adamant", specs+6, N_B, 3, 33, 4, 0 }, 73 { "London", specs+7, N_B, 1, 31, 4, 0 }, 74 { "Royal Oak", specs+8, N_B, -1, 29, 4, 0 } 318 static struct shipspecs specs[] = { variable in typeref:struct:shipspecs[] [all...] |