diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ const svgNS = "http://www.w3.org/2000/svg" const round = Math.round const sqrt = Math.sqrt -const class_name = [ "armor", "infantry", "anti-tank", "artillery" ] - // refit and queue hexes const MALTA = 4 const hex_special = [ 47, 48, 49, 102, 127, MALTA ] |