X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.h;h=c8515efc5030cce48aaa6d966e2f1617ca29480c;hp=6a694b5a529bcad720ecf7d43b23688a4bbada6b;hb=6e10945fffe610c696959c102ca4ee0344e50df4;hpb=a6dfef86203ce8cf59806554ce0239c54a1264ec diff --git a/src/sst.h b/src/sst.h index 6a694b5..c8515ef 100644 --- a/src/sst.h +++ b/src/sst.h @@ -270,7 +270,7 @@ struct game { inplan, // initial planets nenhere, // number of enemies in quadrant irhere, // Romulans in quadrant - isatb, // =1 if super commander is attacking base + isatb, // =2 if super commander is attacking base tourn, // tournament number proben, // number of moves for probe nprobes; // number of probes available @@ -335,7 +335,7 @@ extern void atover(bool); extern void srscan(void); extern void lrscan(void); extern void phasers(void); -extern void photon(void); +extern void torps(void); extern void warp(bool); extern void doshield(bool); extern void dock(bool);