Phil 2 年之前
父节点
当前提交
e4b81aeef9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/tron.rb

+ 1 - 1
lib/tron.rb

@@ -287,7 +287,7 @@ def initmap()
   $direction = "up"
   $lastturn = "left"
   $dead = Array.new(0)
-
+  $lasttick = 0
   chat("Rock and Stone!")
 end