Commit 6c5baaea authored by POLYMER's avatar POLYMER

fix

parent 42c7d1a4
...@@ -52,6 +52,7 @@ function cm.initial_effect(c) ...@@ -52,6 +52,7 @@ function cm.initial_effect(c)
_globetrot=true _globetrot=true
globetrot = {} globetrot = {}
globetrot.x = 5 globetrot.x = 5
globetrot.g = 0
globetrot.pair = {} globetrot.pair = {}
for i = 1, globetrot.x do for i = 1, globetrot.x do
globetrot.pair[i] = {} globetrot.pair[i] = {}
......
...@@ -52,6 +52,7 @@ function cm.initial_effect(c) ...@@ -52,6 +52,7 @@ function cm.initial_effect(c)
_globetrot=true _globetrot=true
globetrot = {} globetrot = {}
globetrot.x = 5 globetrot.x = 5
globetrot.g = 0
globetrot.pair = {} globetrot.pair = {}
for i = 1, globetrot.x do for i = 1, globetrot.x do
globetrot.pair[i] = {} globetrot.pair[i] = {}
......
...@@ -52,6 +52,7 @@ function cm.initial_effect(c) ...@@ -52,6 +52,7 @@ function cm.initial_effect(c)
_globetrot=true _globetrot=true
globetrot = {} globetrot = {}
globetrot.x = 5 globetrot.x = 5
globetrot.g = 0
globetrot.pair = {} globetrot.pair = {}
for i = 1, globetrot.x do for i = 1, globetrot.x do
globetrot.pair[i] = {} globetrot.pair[i] = {}
......
...@@ -52,6 +52,7 @@ function cm.initial_effect(c) ...@@ -52,6 +52,7 @@ function cm.initial_effect(c)
_globetrot=true _globetrot=true
globetrot = {} globetrot = {}
globetrot.x = 5 globetrot.x = 5
globetrot.g = 0
globetrot.pair = {} globetrot.pair = {}
for i = 1, globetrot.x do for i = 1, globetrot.x do
globetrot.pair[i] = {} globetrot.pair[i] = {}
......
...@@ -52,6 +52,7 @@ function cm.initial_effect(c) ...@@ -52,6 +52,7 @@ function cm.initial_effect(c)
_globetrot=true _globetrot=true
globetrot = {} globetrot = {}
globetrot.x = 5 globetrot.x = 5
globetrot.g = 0
globetrot.pair = {} globetrot.pair = {}
for i = 1, globetrot.x do for i = 1, globetrot.x do
globetrot.pair[i] = {} globetrot.pair[i] = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment