index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/modules/game.js')
-rw-r--r-- | src/modules/game.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/game.js b/src/modules/game.js index 1257d90..b849124 100644 --- a/src/modules/game.js +++ b/src/modules/game.js @@ -15,7 +15,7 @@ export default class Game { this.firingArc = FiringArc(svg, board); this.sightLine = SightLine(board); - this.counter = new Counter(svg); + this.counter = Counter(svg, board); this.setUpCells(); |