Skip to content

Commit

Permalink
music looping in other areas fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Jun 4, 2018
1 parent e6bcb88 commit 57300c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server_shared.pb
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ Procedure TrackWait(a)
cw=1000
Debug "looping enabled"
Repeat
For k=0 To AreaNumber
For k=0 To ChannelCount
If Channels(k)\trackwait>1
If (Channels(k)\trackstart+Channels(k)\trackwait)<ElapsedMilliseconds()
Channels(k)\trackstart=ElapsedMilliseconds()
Expand All @@ -606,7 +606,7 @@ Procedure TrackWait(a)
Until LoopMusic=0
EndProcedure
; IDE Options = PureBasic 5.31 (Windows - x86)
; CursorPosition = 406
; FirstLine = 403
; CursorPosition = 582
; FirstLine = 555
; Folding = ------
; EnableXP

0 comments on commit 57300c3

Please sign in to comment.