Merge pull request #11480 from Ghommie/Ghommie-cit623

Banana pies, beams. runtime errors and warnings.
This commit is contained in:
kevinz000
2020-03-16 13:22:49 -07:00
committed by GitHub
5 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -316,7 +316,7 @@
if("togglemoving")
moving = !moving
if(moving)
spawn() MagnetMove()
INVOKE_ASYNC(src, .proc/MagnetMove)
updateUsrDialog()
@@ -325,7 +325,7 @@
if(looping)
return
while(moving && rpath.len >= 1)
while(moving && length(rpath) >= 1)
if(stat & (BROKEN|NOPOWER))
break