mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-15 04:08:04 +00:00
Forgot RND seed update in noSequence
This commit is contained in:
parent
f92d4c9417
commit
ca3f80d318
@ -717,6 +717,7 @@ def noSequence(yield, func)#0
|
||||
repeat
|
||||
seqTime++
|
||||
if seqTime < 0; seqTime = 1; fin // Capture wrap-around
|
||||
*rndseed++
|
||||
spkrTone(0, DUR16TH) // Waste 16th of a second playing silence
|
||||
if ^$C000 > 127; return; fin
|
||||
if yield == seqTime; func()#0; seqTime = 0; fin
|
||||
|
Loading…
Reference in New Issue
Block a user