Phil 2 năm trước cách đây
mục cha
commit
e4b81aeef9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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