From e140e1fc928a31872daf4129c6c41791380f4e68 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Sep 2010 07:20:48 +0000 Subject: [PATCH] Comment fix. --- src/sst.h | 2 +- src/sst.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.31.1