Phil 2 rokov pred
rodič
commit
e4b81aeef9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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