Update tron.lua

This commit is contained in:
LDDestroier 2019-06-26 19:57:31 -04:00 committed by GitHub
parent 146a6e9f21
commit 9becb0fece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1311,9 +1311,9 @@ local makeMenu = function(x, fromX, y, options, doAnimate, scrollInfo, _cpos)
end
end
end
local gstID, evt = mathrandom(1,65535)
local gstID, evt
if doAnimate then
os.queueEvent("timer", gstID)
gstID = os.startTimer(0.05)
end
rend()
local tID = os.startTimer(0.05)