From: Eric S. Raymond Date: Tue, 14 Sep 2010 07:20:48 +0000 (+0000) Subject: Comment fix. X-Git-Tag: 2.0~38 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=e140e1fc928a31872daf4129c6c41791380f4e68;ds=sidebyside Comment fix. --- diff --git a/src/sst.h b/src/sst.h index 6a694b5..8c0203a 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 diff --git a/src/sst.py b/src/sst.py index d3e4b73..5e0aa69 100644 --- a/src/sst.py +++ b/src/sst.py @@ -319,7 +319,7 @@ class gamestate: self.iplnet = None # planet # in quadrant self.inplan = 0 # initial planets self.irhere = 0 # Romulans in quadrant - self.isatb = 0 # =1 if super commander is attacking base + self.isatb = 0 # =2 if super commander is attacking base self.tourn = None # tournament number self.nprobes = 0 # number of probes available self.inresor = 0.0 # initial resources