Something about banana pies, runtime errors and warnings.

This commit is contained in:
Ghommie
2020-03-15 15:41:32 +01:00
parent b7c3ada3e5
commit b453a25e14
6 changed files with 11 additions and 10 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