Skip to content

Commit

Permalink
Another sound driver grammar tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Apr 10, 2015
1 parent 2a88767 commit b09563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s1.sounddriver.asm
Expand Up @@ -1168,7 +1168,7 @@ StopSFX:
movea.l v_voice_ptr(a6),a1 ; Get music voice pointer
; loc_72428:
@gotfmpointer:
bclr #2,(a5) ; Clear SFX is overriding bit (zTrackPlaybackControl)
bclr #2,(a5) ; Clear 'SFX is overriding' bit (zTrackPlaybackControl)
bset #1,(a5) ; Set 'track at rest' bit (zTrackPlaybackControl)
move.b zTrackVoiceIndex(a5),d0 ; Current voice
jsr SetVoice(pc)
Expand Down

0 comments on commit b09563e

Please sign in to comment.